forked from e621ng/e621ng
[Blacklist] Fix filter_util.js 'favcout' typo (#780)
This commit is contained in:
parent
ad567bfc9c
commit
f5b492241e
@ -98,7 +98,7 @@ FilterUtils.normalizeData = (value, type) => {
|
||||
case "width":
|
||||
case "height":
|
||||
case "score":
|
||||
case "favcout":
|
||||
case "favcount":
|
||||
case "userid":
|
||||
return parseInt(value);
|
||||
case "rating":
|
||||
|
Loading…
Reference in New Issue
Block a user