Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed Jun 20, 2024
1 parent d588fb5 commit 3073fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/get_all_rooms.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_all_room_info(current_user: User = Depends(get_current_active_user), db:
sql = text(
"""
SELECT room_number,
client.id AS client_id,
client.name AS name,
client.meal_plan_seller AS meal_plan_seller,
client.recovery_plan_seller AS recovery_plan_seller,
Expand Down

0 comments on commit 3073fc3

Please sign in to comment.