Skip to content

Commit

Permalink
fix: fix env var name for logging API responses (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeurbanski1 authored May 16, 2023
1 parent b03d109 commit 907565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/api-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Repo, SourceInfo, VCSCommit } from './types';

export const LOG_API_RESPONSES_ENV = 'REDSHIRT_LOG_API_RESPONSES';
export const LOG_API_RESPONSES_ENV = 'REDSHIRTS_LOG_API_RESPONSES';
export abstract class ApiManager {
sourceInfo: SourceInfo;
logApiResponses: boolean;
Expand Down

0 comments on commit 907565c

Please sign in to comment.