Skip to content

Commit

Permalink
Fix Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 5, 2024
1 parent 5d21250 commit 68195b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/lib/aws/cloudformation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Config from '../config.js';
import AWSCloudFormation from '@aws-sdk/client-cloudformation';
import AWSAG from '@aws-sdk/client-api-gateway';
import AWSCWL from '@aws-sdk/client-cloudwatch-logs';
import process from 'node:process';

Expand Down
2 changes: 1 addition & 1 deletion cloudformation/webhooks.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default cf.merge(
Properties: {
Name: cf.stackName,
DisableExecuteApiEndpoint: true,
CredentialsArn: cf.getAtt('CloudTAKWebhooksApiGatewayRole', 'Arn'),
//CredentialsArn: cf.getAtt('CloudTAKWebhooksApiGatewayRole', 'Arn'),

Check failure on line 72 in cloudformation/webhooks.template.js

View workflow job for this annotation

GitHub Actions / test

Expected space or tab after '//' in comment
ProtocolType: 'HTTP',

Check failure on line 73 in cloudformation/webhooks.template.js

View workflow job for this annotation

GitHub Actions / test

Unexpected trailing comma
}
},
Expand Down

0 comments on commit 68195b6

Please sign in to comment.