Skip to content

Commit 677d547

Browse files
authored
1 parent 1b9dd2f commit 677d547

File tree

1 file changed

+1
-1
lines changed
  • packages/infra/src/handlers/process/lambda

1 file changed

+1
-1
lines changed

packages/infra/src/handlers/process/lambda/prune.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const pruneFunction = async ({ name }: Args): Promise<void> => {
5959
);
6060

6161
await Promise.all(
62-
versionsToPrune.map((version) =>
62+
versionsToPrune.map(async (version) =>
6363
lambdaClient.send(
6464
new DeleteFunctionCommand({
6565
FunctionName: version.FunctionName,

0 commit comments

Comments
 (0)