Skip to content

Commit

Permalink
bugfix reserve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed May 26, 2024
1 parent 2201213 commit ecf8037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/check_out.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CheckOutRecv(BaseModel):


class CheckOutResp(BaseModel):
status: str
status: Union[str, int]
details: str


Expand Down

0 comments on commit ecf8037

Please sign in to comment.