Skip to content

Commit

Permalink
chore: add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff authored May 3, 2024
1 parent a1c8f1d commit 41edb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serverless-deploy-iam/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class ServiceDeployIAM extends cdk.Stack {
"dynamodb:ListTagsOfResource",
"dynamodb:TagResource",
"dynamodb:UntagResource",
"dynamodb:*TimeToLive"
"dynamodb:*TimeToLive",
],
},
{
Expand Down

0 comments on commit 41edb0d

Please sign in to comment.