Skip to content

Commit

Permalink
release v - 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwalguptaofficial committed Sep 19, 2023
1 parent cbc6787 commit e8f34c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.2",
"version": "4.6.3",
"description": "A complete IndexedDB wrapper with SQL like syntax.",
"main": "dist/npm.export.js",
"types": "dist/ts/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/worker/query_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class QueryManager {
this.util.db = value;
dbInfo.database = userDbSchema(this.db);
res(dbInfo);
}).catch(rej)
}).catch(rej);
}
}).catch(rej);
});
Expand Down

0 comments on commit e8f34c8

Please sign in to comment.