Skip to content

Commit

Permalink
fix query key name
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Jan 13, 2024
1 parent f11e297 commit ce9d163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/item.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Loop:
}
}

if v := r.URL.Query().Get("armor.material"); v != "" {
if v := r.URL.Query().Get("armor.material.name"); v != "" {
if !isAllowedQueryChars(v) {
break
}
Expand Down

0 comments on commit ce9d163

Please sign in to comment.