Skip to content

Commit

Permalink
Bug: Fix link to custom dojo with emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Jan 24, 2024
1 parent f585d5c commit fcbef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo_plugin/api/v1/scoreboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_scoreboard_page(model, duration=None, page=1, per_page=20):
"text": emoji.description,
"emoji": emoji.name,
"count": 1,
"url": url_for("pwncollege_dojo.listing", dojo=viewable_dojos[emoji.category])
"url": url_for("pwncollege_dojo.listing", dojo=viewable_dojos[emoji.category].reference_id)
})

def standing(item):
Expand Down

0 comments on commit fcbef84

Please sign in to comment.