Skip to content

Commit

Permalink
release v-4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Jun 19, 2021
1 parent f7acd6f commit 2b0310d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsstore",
"version": "4.2.3",
"version": "4.2.4",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"main": "dist/npm.export.js",
"types": "dist/ts/main/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/worker/query_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ export class QueryManager {
if (value) {
value.tables.forEach((table, index) => {
dbMeta.tables[index].autoIncColumnValue =
table.autoIncColumnValue
})
table.autoIncColumnValue;
});
}
this.db = dbMeta;
dbInfo.database = userDbSchema(this.db);
Expand Down

0 comments on commit 2b0310d

Please sign in to comment.