mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-26 21:38:58 +02:00
fix imports
This commit is contained in:
3
dist/module-debug/db/postgres/index.js
vendored
3
dist/module-debug/db/postgres/index.js
vendored
@@ -11,7 +11,8 @@ const defaults = {
|
||||
host: "localhost",
|
||||
port: "5432"
|
||||
},
|
||||
pgp = pg_promise({ noWarnings: ! /* tag? */!0 /*await rows.hasNext()*/ /*await rows.hasNext()*/ /*await rows.hasNext()*/ }),
|
||||
pgp = pg_promise({ noWarnings: !
|
||||
/* tag? */!0 /*await rows.hasNext()*/ /*await rows.hasNext()*/ /*await rows.hasNext()*/ }),
|
||||
VERSION = 1,
|
||||
MAXIMUM_QUERY_VARS = 16000,
|
||||
fields = ["map", "ctx", "reg", "tag", "cfg"],
|
||||
|
Reference in New Issue
Block a user