Skip to content

Commit

Permalink
refactor(common): drop deprecated misspelled constant
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Apr 11, 2023
1 parent 880e08b commit 1a2ac3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export const SCOPE_OPTIONS_METADATA = 'scope:options';
export const METHOD_METADATA = 'method';
export const ROUTE_ARGS_METADATA = '__routeArguments__';
export const CUSTOM_ROUTE_ARGS_METADATA = '__customRouteArgs__';
/**
* @deprecated Use `CUSTOM_ROUTE_ARGS_METADATA` instead
*/
export const CUSTOM_ROUTE_AGRS_METADATA = CUSTOM_ROUTE_ARGS_METADATA;
export const FILTER_CATCH_EXCEPTIONS = '__filterCatchExceptions__';

export const PIPES_METADATA = '__pipes__';
Expand Down

0 comments on commit 1a2ac3e

Please sign in to comment.