Skip to content

Commit

Permalink
chore: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Feb 14, 2024
1 parent e83a938 commit 92cb3cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/graphql-mesh-server/lib/fargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class MeshService extends Construct {
ipSetForwardedIpConfig: {
fallbackBehavior: "MATCH",
headerName: "X-Forwarded-For",
position: "FIRST"
position: "FIRST",
},
},
},
Expand All @@ -323,7 +323,7 @@ export class MeshService extends Construct {
ipSetForwardedIpConfig: {
fallbackBehavior: "MATCH",
headerName: "X-Forwarded-For",
position: "FIRST"
position: "FIRST",
},
},
},
Expand All @@ -345,7 +345,7 @@ export class MeshService extends Construct {
ipSetForwardedIpConfig: {
fallbackBehavior: "MATCH",
headerName: "X-Forwarded-For",
position: "FIRST"
position: "FIRST",
},
},
},
Expand All @@ -367,7 +367,7 @@ export class MeshService extends Construct {
ipSetForwardedIpConfig: {
fallbackBehavior: "MATCH",
headerName: "X-Forwarded-For",
position: "FIRST"
position: "FIRST",
},
},
},
Expand Down

0 comments on commit 92cb3cf

Please sign in to comment.