Skip to content

Commit 3207ec9

Browse files
feat(awm): fix comments
1 parent 7b6dab1 commit 3207ec9

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
@@ -88,8 +88,6 @@ export class KmsClient {
8888
kmsResponse = await req;
8989
} catch (error: any) {
9090
this.errorHandler(error, 'Error posting key to KMS');
91-
92-
throw new Error(`Failed to post key to KMS: ${error.message}`);
9391
}
9492

9593
// validate the response

0 commit comments

Comments
 (0)