mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
remove unused param
This commit is contained in:
@@ -12,7 +12,7 @@ function getDataKey(password: any) {
|
||||
|
||||
const encryptedDataKey = getOption("encryptedDataKey");
|
||||
|
||||
const decryptedDataKey = decryptService.decrypt(passwordDerivedKey, encryptedDataKey, 16);
|
||||
const decryptedDataKey = decryptService.decrypt(passwordDerivedKey, encryptedDataKey);
|
||||
|
||||
return decryptedDataKey;
|
||||
} catch (e: any) {
|
||||
|
||||
Reference in New Issue
Block a user