Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed May 28, 2024
1 parent 33c2094 commit 0a0c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/crypto/decrypt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CipherData, EncryptedData } from './types';
import { hmacSha256, sha512 } from './hash.js';
import { deserializeEncryptedData } from './encryptedDataDeserialization.js';
import { BackupEditTransaction, LocalConfiguration, SymmetricKeyGetter } from '../../types';
import { logger } from '../../logger';
import { logger } from '../../logger.js';

interface DecryptAesCbcHmac256Params {
/** The cipher data to decrypt */
Expand Down

0 comments on commit 0a0c99c

Please sign in to comment.