From 61c30fbcff01439dd12df567700b57cf1f356892 Mon Sep 17 00:00:00 2001 From: Etienne Noel Date: Mon, 27 Nov 2023 21:51:12 -0800 Subject: [PATCH] update. --- packages/aws/src/clients/cloudformation.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws/src/clients/cloudformation.client.ts b/packages/aws/src/clients/cloudformation.client.ts index 770cc258b..6d7a8a9d0 100644 --- a/packages/aws/src/clients/cloudformation.client.ts +++ b/packages/aws/src/clients/cloudformation.client.ts @@ -395,4 +395,4 @@ export class CloudformationClient implements CloudformationClientInterface { await new Promise(resolve => setTimeout(resolve, 5000)); } } -} \ No newline at end of file +}