mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo
This commit is contained in:
parent
7567e3d0f6
commit
3af62d5d89
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ export const buildQueryString = (
|
|||
// return only deleted pages within 14 days
|
||||
return "(library_item.state = 'DELETED' AND library_item.deleted_at >= now() - interval '14 days')"
|
||||
default: {
|
||||
let sql = "library_item.state = 'ARCHIVED'"
|
||||
let sql = "library_item.state <> 'ARCHIVED'"
|
||||
if (useFolders) {
|
||||
const param = `folder_${parameters.length}`
|
||||
const folderSql = escapeQueryWithParameters(
|
||||
|
|
|
|||
Loading…
Reference in a new issue