Skip to content

Commit

Permalink
fix: lowdb read
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Mar 7, 2024
1 parent 4ff6aa3 commit 7fa17f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {Low} from "lowdb";


const AppDB = await JSONFilePreset(DB_PATH, {} as Record<string, string>);
await AppDB.read();


export {
Expand Down

0 comments on commit 7fa17f7

Please sign in to comment.