mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
data fix
This commit is contained in:
@@ -20,7 +20,7 @@ const {
|
||||
createJsonStore,
|
||||
} = require('../identityService');
|
||||
|
||||
const DATA_DIR = path.join(__dirname, '..', '..', 'data');
|
||||
const DATA_DIR = path.join(__dirname, '..', '..', '..', 'data');
|
||||
const STORE_PATH = path.join(DATA_DIR, 'verified-users.json');
|
||||
|
||||
const verificationEvents = new EventEmitter();
|
||||
|
||||
Reference in New Issue
Block a user