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