This commit is contained in:
legop3
2026-04-28 20:05:56 -04:00
parent 50f6569b22
commit fc229fcf62
7 changed files with 7 additions and 7 deletions
@@ -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();