Skip to content

Commit

Permalink
raise status if there are any errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Aug 12, 2024
1 parent 465c6de commit e2eb20b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aaq/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

def check_urgency_v2(message_text):
url = urllib.parse.urljoin(settings.AAQ_V2_API_URL, "check-urgency")

headers = {
"Authorization": settings.AAQ_V2_AUTH,
"Content-Type": "application/json",
Expand Down

0 comments on commit e2eb20b

Please sign in to comment.