Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tuneerroy committed Nov 9, 2023
1 parent 9a255de commit 4efa9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/laundry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def get_snapshot_info(hall_id):

def compute_usage(hall_id):
try:
(room, snapshots) = HallUsage.get_snapshot_info(hall_id
(room, snapshots) = HallUsage.get_snapshot_info(hall_id)
except ValueError:
return Response({"error": "Invalid hall id passed to server."}, status=404)

Expand Down

0 comments on commit 4efa9e6

Please sign in to comment.