Skip to content

Commit

Permalink
Fix #453 - Level complete webhook error
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeffeg committed Aug 28, 2021
1 parent a2b86ca commit 12ff2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/MissionsHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def success_capture(self, flag, old_reward=None):
)

# Fire level complete webhook
send_level_complete_webhook(user, box)
send_level_complete_webhook(user, level)

# Unlock level if based on Game Score
for lv in GameLevel.all():
Expand Down
2 changes: 1 addition & 1 deletion setup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "3.9.1"
__version__ = "3.9.2"

0 comments on commit 12ff2e4

Please sign in to comment.