mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 00:16:00 +00:00
audit log fake methods
This commit is contained in:
@@ -31,6 +31,11 @@ module.exports = {
|
||||
return {};
|
||||
},
|
||||
|
||||
sendAuditLog_meta: true,
|
||||
async sendAuditLog({ }) {
|
||||
return null;
|
||||
},
|
||||
|
||||
startRefreshLicense() {},
|
||||
|
||||
async getUsedEngines() {
|
||||
|
||||
7
packages/api/src/utility/auditlog.js
Normal file
7
packages/api/src/utility/auditlog.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// only in DbGate Premium
|
||||
|
||||
async function sendToAuditLog(req, props) {}
|
||||
|
||||
module.exports = {
|
||||
sendToAuditLog,
|
||||
};
|
||||
Reference in New Issue
Block a user