fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
an 2019-07-31 07:22:55 +02:00
parent 2ee55b2f7b
commit 1a9102fb90
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func resizeHandler(w http.ResponseWriter, r *http.Request) {
forbidden = false
} else {
for _, v := range allowed {
if size == v {
if args == v {
forbidden = false
break
}