Skip to content

Commit

Permalink
success fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 3, 2024
1 parent 04f08bf commit b0f8e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/domain/user/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ class VerifyUser(BaseModel):

class VerifiedUser(BaseModel):
msg_id: int
sucess: bool
success: bool
2 changes: 1 addition & 1 deletion bot/src/models/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ class VerifyUser(BaseModel):

class VerifiedUser(BaseModel):
msg_id: int
sucess: bool
success: bool

0 comments on commit b0f8e98

Please sign in to comment.