mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
10 lines
187 B
JavaScript
10 lines
187 B
JavaScript
// only in DbGate Premium
|
|
|
|
async function sendToAuditLog(req, props) {}
|
|
async function logJsonRunnerScript(req, script) {}
|
|
|
|
module.exports = {
|
|
sendToAuditLog,
|
|
logJsonRunnerScript,
|
|
};
|