mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
fix
This commit is contained in:
@@ -12,7 +12,12 @@ function checkLicenseKey(key) {
|
||||
};
|
||||
}
|
||||
|
||||
function isProApp() {
|
||||
return false;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
checkLicense,
|
||||
checkLicenseKey,
|
||||
isProApp,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user