feat: Add preferred field to socials (#100)

This commit is contained in:
oSumAtrIX
2023-10-10 18:39:58 +02:00
committed by GitHub
parent 22e9cca00c
commit 24c8f60a70
2 changed files with 13 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ class SocialFields(BaseModel):
name: str
url: str
preferred: bool
class SocialsResponseModel(BaseModel):