Fix relative import in recover.js

8afa887d07a221e19b807b015bbb1c81a93a4182

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
recover.js+1 -1
@@ -1,7 +1,7 @@
1import * as fs from 'node:fs';1import * as fs from 'node:fs';
2import yaml from 'yaml';2import yaml from 'yaml';
3import storage from 'node-persist';3import storage from 'node-persist';
4import * as users from './src/users';4import * as users from './src/users.js';
55
6const userAccount = process.argv[2];6const userAccount = process.argv[2];
7const userPassword = process.argv[3];7const userPassword = process.argv[3];