mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
remove unused param
This commit is contained in:
parent
4b7445be8e
commit
5ea3e67dc3
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user