mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
markUserAsActive dummy method
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = {
|
||||
},
|
||||
|
||||
sendAuditLog_meta: true,
|
||||
async sendAuditLog({ }) {
|
||||
async sendAuditLog({}) {
|
||||
return null;
|
||||
},
|
||||
|
||||
@@ -41,4 +41,6 @@ module.exports = {
|
||||
async getUsedEngines() {
|
||||
return null;
|
||||
},
|
||||
|
||||
markUserAsActive(licenseKey) {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user