Skip to content

Commit

Permalink
fix javascript bad habit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Nov 15, 2023
1 parent 5191463 commit 7343c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/incidents.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def search_incidents():
"dateEnd": body.dateEnd,
})
except MixpanelException as e:
logger.error(e);
logger.error(e)

try:
return {
Expand Down

0 comments on commit 7343c75

Please sign in to comment.