Skip to content

Commit

Permalink
Switch from outdated nedb
Browse files Browse the repository at this point in the history
- fixes #12
  • Loading branch information
introkun committed Mar 27, 2024
1 parent 22c7597 commit 5d5a40e
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 96 deletions.
2 changes: 1 addition & 1 deletion aux/update-latest-db-record.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Datastore from 'nedb';
import Datastore from '@seald-io/nedb';
import config from 'config';

const dbPath = config.get('DbPath');
Expand Down
Loading

0 comments on commit 5d5a40e

Please sign in to comment.