Skip to content

Commit

Permalink
DO-1394: fix as per prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Dec 14, 2023
1 parent c470451 commit 35b84b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prerender-fargate/lib/prerender-fargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class PrerenderFargate extends Construct {
minInstanceCount,
prerenderFargateScalingOptions,
prerenderFargateRecachingOptions,
enableRecache
enableRecache,
} = props;

// Create bucket for prerender storage
Expand Down

0 comments on commit 35b84b7

Please sign in to comment.