Skip to content

Commit

Permalink
Revert typo space
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Jan 8, 2024
1 parent 3aee592 commit 4d59f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/projects/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ def get(self):
404:
description: Project not found or project is not published
500:
description: Internal Server Error
description: Internal Server Error
"""
interval = request.args.get("interval", "24")
if not interval.isdigit():
Expand Down

0 comments on commit 4d59f9c

Please sign in to comment.