Skip to content

Commit

Permalink
fix: add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 23, 2023
1 parent 9270c85 commit 54f4c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps-rendering/src/server/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ const credentialProvider = providerChain(

export const ssm: SSM = new SSM({
region: Region,
credentials: credentialProvider
credentials: credentialProvider,
});

0 comments on commit 54f4c57

Please sign in to comment.