Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jan 23, 2024
1 parent b629caa commit b1e0868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_plugin/api/v1/dojo.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def post(self, dojo):
num_pruned += 1
db.session.delete(award)
db.session.commit()
return {"success": True}
return {"success": True, "pruned_awards": num_pruned, "all_completions": str(all_completions)}

@dojo_namespace.route("/<dojo>/promote-admin")
class PromoteAdmin(Resource):
Expand Down

0 comments on commit b1e0868

Please sign in to comment.