Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-inversify-expres-utils-from-htt…
Browse files Browse the repository at this point in the history
…p-benchmarks
  • Loading branch information
notaphplover authored Feb 24, 2025
2 parents 25b507d + dda112b commit 8f7121c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ export abstract class InversifyHttpAdapter<
case RequestMethodParameterType.NEXT: {
return next;
}
case RequestMethodParameterType.PRINCIPAL: {
throw new Error(
'Not implemented yet: RequestMethodParameterType.PRINCIPAL case',
);
}
}
},
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export enum RequestMethodParameterType {
HEADERS = 'headers',
COOKIES = 'cookies',
NEXT = 'next',
PRINCIPAL = 'principal',
}

0 comments on commit 8f7121c

Please sign in to comment.