Skip to content

Commit

Permalink
small fix:
Browse files Browse the repository at this point in the history
can't leave the adapter open
  • Loading branch information
BharatAtbrat committed Oct 9, 2024
1 parent 4f368bd commit 28f2b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ function initDatabase() {
// Perform automatic migration
repository.automatic_migrate_sync(1, [ItemClass]);
}
/*

function closeDatabase() {
if (adapter) {
adapter.close_sync();
}
}
*/

initDatabase();

const text_entry = workbench.builder.get_object("text_entry");
Expand Down

0 comments on commit 28f2b7e

Please sign in to comment.