audit log fake methods

This commit is contained in:
SPRINX0\prochazka
2025-06-26 16:49:08 +02:00
parent 71b191e740
commit f24b1a9db3
2 changed files with 12 additions and 0 deletions

View File

@@ -31,6 +31,11 @@ module.exports = {
return {};
},
sendAuditLog_meta: true,
async sendAuditLog({ }) {
return null;
},
startRefreshLicense() {},
async getUsedEngines() {