Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 12, 2024
1 parent 23ed72a commit f097fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/systems/Core/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class FuelDB extends Dexie {

open(): PromiseExtended<Dexie> {
try {
return super.open().then(async (res) => {
return super.open().then((res) => {
this.restartAttempts = 0;
try {
(() => this.createParallelDb())();
Expand Down

0 comments on commit f097fae

Please sign in to comment.