Skip to content

Commit

Permalink
Revert "Temporary Laundry Patch (#227)"
Browse files Browse the repository at this point in the history
This reverts commit b501681.
  • Loading branch information
tuneerroy authored Nov 10, 2023
1 parent b501681 commit fce78a8
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 @@ -87,7 +87,7 @@ def compute_usage(hall_id):
return Response({"error": "Invalid hall id passed to server."}, status=404)

# [0]: available washers, [1]: available dryers, [2]: total number of LaundrySnapshots
data = [(0, 0, 0)] * 28
data = [(0, 0, 0)] * 27

# used calculate the start and end dates
min_date = timezone.localtime()
Expand Down

0 comments on commit fce78a8

Please sign in to comment.