Skip to content

Commit

Permalink
DO-1631: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrizrh committed May 27, 2024
1 parent a228774 commit 00f3725
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/graphql-mesh-server/lib/fargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export interface MeshServiceProps {
*
* @deprecated - Use secrets instead
*/
ssmSecrets?: { [key: string]: ssm.IStringParameter | ssm.IStringListParameter };
ssmSecrets?: {
[key: string]: ssm.IStringParameter | ssm.IStringListParameter;
};

/**
* ECS Secrets to pass through to the container as secrets
Expand Down
4 changes: 3 additions & 1 deletion packages/graphql-mesh-server/lib/graphql-mesh-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ export type MeshHostingProps = {
*
* @deprecated - Use secrets instead
*/
ssmSecrets?: { [key: string]: ssm.IStringParameter | ssm.IStringListParameter };
ssmSecrets?: {
[key: string]: ssm.IStringParameter | ssm.IStringListParameter;
};

/**
* ECS Secrets to pass through to the container as secrets
Expand Down

0 comments on commit 00f3725

Please sign in to comment.