fix: fixing tsc errors

This commit is contained in:
Hydra 2024-05-12 13:29:12 +01:00
parent 13743cd7a5
commit c29f28dbdd
No known key found for this signature in database
22 changed files with 79 additions and 100 deletions

View file

@ -41,7 +41,5 @@ export const databasePath = path.join(
"hydra.db"
);
console.log(databasePath);
export const INSTALLATION_ID_LENGTH = 6;
export const ACTIVATION_KEY_MULTIPLIER = 7;