mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
audit log fake methods
This commit is contained in:
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