Skip to content

Commit

Permalink
fix: linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Sep 25, 2024
1 parent 215c1bb commit 0966bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/repocop/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export async function getConfig(): Promise<Config> {
snykIntegrationPREnabled:
process.env.SNYK_INTEGRATION_PR_ENABLED === 'true',
snykIntegratorTopic: getEnvOrThrow('SNYK_INTEGRATOR_INPUT_TOPIC_ARN'),
depGraphIntegrationPREnabled: process.env.DEP_GRAPH_INTEGRATION_PR_ENABLED === 'true',
depGraphIntegrationPREnabled:
process.env.DEP_GRAPH_INTEGRATION_PR_ENABLED === 'true',
dependencyGraphIntegratorTopic: getEnvOrThrow(
'DEPENDENCY_GRAPH_INPUT_TOPIC_ARN',
),
Expand Down

0 comments on commit 0966bfc

Please sign in to comment.