Skip to content

Commit b99fa13

Browse files
committed
fix: remove redundant query
1 parent 36f9a1b commit b99fa13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/store/SqliteClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ export class SqliteClient {
220220
static resetDB = async () => {
221221
this.logger?.('info', 'resetDB');
222222
if (this.db) {
223-
// await this.db.execute('ROLLBACK');
224223
await SqliteClient.dropTables();
225224
SqliteClient.closeDB();
226225
}

0 commit comments

Comments
 (0)