Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Jan 4, 2024
1 parent fb6faed commit edf0162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/src/postHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const pruneLambdas = async (

const aliasMap = new Map(
aliases.flatMap((alias) =>
alias.FunctionVersion ? [alias.FunctionVersion, alias] : [],
alias.FunctionVersion ? [[alias.FunctionVersion, alias]] : [] as const,
),
);

Expand Down

0 comments on commit edf0162

Please sign in to comment.