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
@@ -8,7 +8,7 @@ const logger = require('../../globals/logger').child('adminReasonService');
const { isAdmin } = require('../roleService');
const { publishEvent } = require('../eventBus');
const DATA_DIR = path.join(__dirname, '..', '..', 'data');
const DATA_DIR = path.join(__dirname, '..', '..', '..', 'data');
const STORE_PATH = path.join(DATA_DIR, 'admin-reason.json');
const MAX_REASON_LENGTH = 240;