Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
zbenamram committed Aug 15, 2024
1 parent 2df0feb commit 0670058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ const ContentType = {
EventStream: 'text/event-stream'
};

const SupergoodProxyHeaders = {
upstreamHeader: 'X-Supergood-Upstream',
clientId: 'X-Supergood-ClientID',
clientSecret: 'X-Supergood-ClientSecret'
};

export {
defaultConfig,
errors,
Expand All @@ -77,6 +71,5 @@ export {
LocalClientSecret,
SensitiveKeyActions,
EndpointActions,
ContentType,
SupergoodProxyHeaders
ContentType
};
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import {
TestErrorPath,
LocalClientId,
LocalClientSecret,
ContentType,
SupergoodProxyHeaders
ContentType
} from './constants';
import onExit from 'signal-exit';
import { NodeRequestInterceptor } from './interceptor/NodeRequestInterceptor';
Expand Down

0 comments on commit 0670058

Please sign in to comment.