We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e88166 commit 9887240Copy full SHA for 9887240
scripts/index.js
@@ -2,7 +2,7 @@ var db = {};
2
3
$(window).on('load', () => {
4
db.accountSettings = new DS({
5
- filename: __dirname + 'account-settings.db',
+ filename: __dirname + '/db/account-settings.db',
6
autoload: true,
7
timestampData: true
8
});
0 commit comments