Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
karamba228 committed Oct 3, 2024
1 parent c3d300d commit 17c7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (!db) {
} else {
console.log("Database opened in READ_WRITE mode successfully.");
}
}
},
);
} else {
console.log("Database is already connected in READ_WRITE mode.");
Expand Down

0 comments on commit 17c7430

Please sign in to comment.