SYNC: config fixed

This commit is contained in:
Jan Prochazka
2025-06-30 13:45:40 +02:00
committed by Diflow
parent 7242515e48
commit 92cbd1c69c
3 changed files with 11 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ async function sendToAuditLog(
}
const config = require('../controllers/config');
const settings = await config.getCachedSettings();
if (settings?.['storage.useAuditLog'] != 1) {
if (settings?.['storage.useAuditLog'] != 'true') {
return;
}