mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
fake method
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
// only in DbGate Premium
|
// only in DbGate Premium
|
||||||
|
|
||||||
async function sendToAuditLog(req, props) {}
|
async function sendToAuditLog(req, props) {}
|
||||||
|
async function logJsonRunnerScript(req, script) {}
|
||||||
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
sendToAuditLog,
|
sendToAuditLog,
|
||||||
|
logJsonRunnerScript,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user