Skip to content

Commit abd9979

Browse files
committed
fix(shell-api): drop unused ts-expect-error
1 parent 381e535 commit abd9979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/shell-api/src/field-level-encryption.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ export class KeyVault extends ShellApiWithMongoClass {
265265
options = { ...(options ?? {}), keyAltNames };
266266
}
267267
if (keyMaterial) {
268-
// @ts-expect-error waiting for driver release
269268
options = { ...(options ?? {}), keyMaterial };
270269
}
271270

0 commit comments

Comments
 (0)