mirror of
https://github.com/zadam/trilium.git
synced 2026-01-15 02:54:24 +01:00
chore(core): fixs some imports to protected_session
This commit is contained in:
parent
01f3c32d92
commit
b9a59fe0c4
@ -6,7 +6,7 @@ import { SqlService, SqlServiceParams } from "./services/sql/sql";
|
||||
|
||||
export type * from "./services/sql/types";
|
||||
export * from "./services/sql/index";
|
||||
export * as protected_session from "./services/encryption/protected_session";
|
||||
export * as protected_session from "./services/protected_session";
|
||||
export { default as data_encryption } from "./services/encryption/data_encryption"
|
||||
export * as binary_utils from "./services/utils/binary";
|
||||
export { default as date_utils } from "./services/utils/date";
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
import dataEncryptionService from "./data_encryption.js";
|
||||
import dataEncryptionService from "./encryption/data_encryption";
|
||||
|
||||
let dataKey: Uint8Array | null = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user