fix: mrege error
This commit is contained in:
@@ -6,7 +6,7 @@ from api.db.tables.account import AccountRole,AccountStatus
|
||||
|
||||
|
||||
|
||||
class UserUpdate(Base):
|
||||
class UserUpdate(BaseModel):
|
||||
id: Optional[int] = None
|
||||
name: Optional[str] = Field(None, max_length=100)
|
||||
login: Optional[str] = Field(None, max_length=100)
|
||||
|
||||
Reference in New Issue
Block a user