Skip to content

Commit

Permalink
feat: remove requiredField for header account attribute
Browse files Browse the repository at this point in the history
Sometimes null on calckey, which would make the search not work
  • Loading branch information
LucasGGamerM committed May 14, 2023
1 parent 4fee66e commit 53eaeb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Account extends BaseModel implements Searchable{
/**
* An image banner that is shown above the profile and in profile cards.
*/
@RequiredField
// @RequiredField
public String header;
/**
* A static version of the header. Equal to header if its value is a static image; different if header is an animated GIF.
Expand Down

0 comments on commit 53eaeb7

Please sign in to comment.