Skip to content

Commit b71cc7c

Browse files
feat(awm): fix comments
1 parent 3041201 commit b71cc7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/kms/kmsClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ export class KmsClient {
8787
kmsResponse = await req;
8888
} catch (error: any) {
8989
this.errorHandler(error, 'Error posting key to KMS');
90-
91-
throw new Error(`Failed to post key to KMS: ${error.message}`);
9290
}
9391

9492
// validate the response

0 commit comments

Comments
 (0)