mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
allow use keyword
This commit is contained in:
parent
29e2bf45e3
commit
4dacceac01
1 changed files with 1 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ export const buildQuery = (
|
|||
|
||||
return `(library_item.${column} = '{}' OR library_item.${column} IS NULL)`
|
||||
}
|
||||
case 'use':
|
||||
case 'mode':
|
||||
// mode is ignored and used only by the frontend
|
||||
return null
|
||||
|
|
|
|||
Loading…
Reference in a new issue