Skip to content

Commit

Permalink
rename &t query to &theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MakroCoded authored and LelouchFR committed May 6, 2024
1 parent 8072464 commit 7dfd5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func iconRoute(r *gin.RouterGroup) {
ctx.Request.ParseForm()
iconParam := ctx.Request.Form.Get("i")

theme := ctx.Request.Form.Get("t")
theme := ctx.Request.Form.Get("theme")
if theme == "" {
theme = "dark"
}
Expand Down

0 comments on commit 7dfd5de

Please sign in to comment.