This commit is contained in:
SPRINX0\prochazka
2024-11-14 10:10:15 +01:00
parent 2784053b83
commit e379be0107
2 changed files with 10 additions and 1 deletions

View File

@@ -12,7 +12,12 @@ function checkLicenseKey(key) {
};
}
function isProApp() {
return false;
}
module.exports = {
checkLicense,
checkLicenseKey,
isProApp,
};