inibase 1.1.30 → 1.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1017,7 +1017,6 @@ export default class Inibase {
|
|
|
1017
1017
|
databasePath: this.databasePath,
|
|
1018
1018
|
table: field.table ?? tableName,
|
|
1019
1019
|
}, options.perPage, (options.page - 1) * options.perPage + 1, true);
|
|
1020
|
-
console.log(searchResult, totalLines, linesNumbers);
|
|
1021
1020
|
if (searchResult) {
|
|
1022
1021
|
const formatedSearchResult = Object.fromEntries(Object.entries(searchResult).map(([id, value]) => {
|
|
1023
1022
|
const nestedObj = {};
|