users return model error fixed
This commit is contained in:
@@ -115,7 +115,6 @@ class UserSerializer(BaseModel):
|
|||||||
id: str
|
id: str
|
||||||
username: str
|
username: str
|
||||||
|
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
orm_mode = True
|
orm_mode = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user