Skip to content

Commit

Permalink
chore(shared): allow for the novu api version header
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed Jul 18, 2024
1 parent 83e6dd1 commit a02b497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/shared/src/types/http/headers.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export enum HttpRequestHeaderKeysEnum {
CONTENT_TYPE = 'Content-Type',
SENTRY_TRACE = 'Sentry-Trace',
NOVU_ENVIRONMENT_ID = 'Novu-Environment-Id',
NOVU_API_VERSION = 'Novu-API-Version',
}
testHttpHeaderEnumValidity(HttpRequestHeaderKeysEnum);

Expand Down

0 comments on commit a02b497

Please sign in to comment.