We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaecbf6 commit d353d32Copy full SHA for d353d32
package/src/store/SqliteClient.ts
@@ -201,8 +201,8 @@ export class SqliteClient {
201
202
static resetDB = async () => {
203
this.logger?.('info', `resetDB`);
204
- await SqliteClient.dropTables();
205
if (this.db) {
+ await SqliteClient.dropTables();
206
SqliteClient.closeDB();
207
}
208
await SqliteClient.initializeDatabase();
0 commit comments