Skip to content
Snippets Groups Projects
Commit 4f376b4d authored by Ophestra's avatar Ophestra
Browse files

call function instead of passing pointer to function when rendering leaderboard page

parent 376c1e7a
No related branches found
Tags v1.5.9
No related merge requests found
......@@ -98,7 +98,7 @@ func Initialize() error {
}
context.HTML(http.StatusOK, "leaderboard.html", gin.H{
"GuildName": guild.Name,
"GuildIcon": guild.IconURL,
"GuildIcon": guild.IconURL(),
})
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment