Skip to content

Commit

Permalink
Update isacc_messaging/api/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Cvitkovic <ivanc@uw.edu>
  • Loading branch information
pbugni and ivan-c authored Nov 19, 2024
1 parent 0c96a63 commit a984037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isacc_messaging/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def retry_requests():

# Only expecting one route at this time
if (
failed_request.url.endswith("/NessageStatus") and
failed_request.url.endswith("/MessageStatus") and
failed_request.method.upper() == 'POST'):
with current_app.test_request_context():
response, response_code = message_status_update(
Expand Down

0 comments on commit a984037

Please sign in to comment.