Skip to content

Commit 2cd395e

Browse files
remove unused exports for functions
1 parent b73d372 commit 2cd395e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/email-crypto/core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export async function encryptEmailContentSymmetricallyWithKey(
114114
}
115115
}
116116

117-
export async function encryptEmailAttachements(
117+
async function encryptEmailAttachements(
118118
attachments: string[],
119119
encryptionKey: CryptoKey,
120120
aux: Uint8Array,
@@ -134,7 +134,7 @@ export async function encryptEmailAttachements(
134134
}
135135
}
136136

137-
export async function decryptEmailAttachements(
137+
async function decryptEmailAttachements(
138138
encryptedAttachments: Uint8Array[],
139139
encryptionKey: CryptoKey,
140140
aux: Uint8Array,

0 commit comments

Comments
 (0)