Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonataB committed Dec 4, 2024
1 parent d0df0cc commit 9cc8bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/ngx-indexed-db/src/lib/ngx-indexed-db.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export class NgxIndexedDBService {
}
this.dbConfigs[dbConfig.name].version = db.version;
}

db.close();
});
}

Expand Down

0 comments on commit 9cc8bd3

Please sign in to comment.