Skip to content

Commit b53ddb8

Browse files
chore: biome
1 parent 8346893 commit b53ddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/utils/cipher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const IV_SIZE = 12 // Standard size for AES-GCM IV
99
// Ensure the key is the correct size and in a usable format (Buffer)
1010
const ENCRYPTION_KEY_BUFFER = Buffer.from(env.ENCRYPTION_KEY, "hex")
1111

12-
export class DecryptError extends Error { }
12+
export class DecryptError extends Error {}
1313

1414
export class Cipher {
1515
private key: Buffer

0 commit comments

Comments
 (0)