fixed mispelled parameter

This commit is contained in:
smilerz
2021-09-10 06:44:09 -05:00
parent cd137f9da3
commit 6888233b6a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -436,7 +436,7 @@ export default {
'query': this.settings.search_input,
'keywords': this.settings.search_keywords,
'foods': this.settings.search_foods,
'ratings': this.settings.search_ratings,
'rating': this.settings.search_ratings,
'books': this.settings.search_books.map(function (A) {
return A["id"];
}),