feat: remove requiredField for header account attribute

Sometimes null on calckey, which would make the search not work
This commit is contained in:
LucasGGamerM
2023-05-14 08:55:50 -03:00
parent e9a2fae600
commit 84ae1aad56

View File

@@ -62,7 +62,7 @@ public class Account extends BaseModel implements Searchable{
/** /**
* An image banner that is shown above the profile and in profile cards. * An image banner that is shown above the profile and in profile cards.
*/ */
@RequiredField // @RequiredField
public String header; 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. * A static version of the header. Equal to header if its value is a static image; different if header is an animated GIF.