Skip to content

Commit f5a4f8d

Browse files
committed
Run linter
1 parent 1f2297d commit f5a4f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdkConstructs/src/constructs/RestApiGateway/templates/stateMachineRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @returns API Gateway request mapping template for StartExecution payloads.
44
*/
55
export const stateMachineRequestTemplate = (stateMachineArn: string) => {
6-
return `## Velocity Template used for API Gateway request mapping template
6+
return `## Velocity Template used for API Gateway request mapping template
77
## "@@" is used here as a placeholder for '"' to avoid using escape characters.
88
99
#set($includeHeaders = true)

0 commit comments

Comments
 (0)