refactor: 💡 fix typo and imporve code quality

This commit is contained in:
Jin
2025-03-29 01:00:08 +01:00
parent bd092e0119
commit 2eeb376d24
8 changed files with 40 additions and 49 deletions

View File

@@ -52,7 +52,7 @@ async function initDbConnection() {
tmpID INT,
username TEXT,
email TEXT,
userIDEcnryptedDataKey TEXT,
userIDEncryptedDataKey TEXT,
userIDVerificationHash TEXT,
salt TEXT,
derivedKey TEXT,