license checker

This commit is contained in:
Jan Prochazka
2024-07-31 16:13:59 +02:00
parent 2e847eee9b
commit d537a75d83
5 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
function checkLicense() {
return true;
return null;
}
module.exports = {