Skip to content

Commit

Permalink
🤖 dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Feb 9, 2025
1 parent 8bd1e37 commit 84e6da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/serverless/serverless-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ const awsServerless: Aws.Serverless = {
},
testCustomAuthorizer: {
type: "request",
functionName: "testCustomAuthorizer"
}
functionName: "testCustomAuthorizer",
},
},
useProviderTags: true,
metrics: true,
Expand Down Expand Up @@ -959,7 +959,7 @@ const awsServerless: Aws.Serverless = {
},
testCustomAuthorizer: {
handler: "testauthorizer",
}
},
},
layers: {
testLayer: {
Expand Down

0 comments on commit 84e6da3

Please sign in to comment.