Skip to content

Commit

Permalink
fix(rabbitmq): using __routeArguments__ to allow pipe injection
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Sep 22, 2023
1 parent c927cb1 commit 637396b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rabbitmq/src/rabbitmq.constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const RABBIT_HANDLER = Symbol('RABBIT_HANDLER');
export const RABBIT_CONFIG_TOKEN = Symbol('RABBIT_CONFIG');
export const RABBIT_ARGS_METADATA = 'RABBIT_ARGS_METADATA';
export const RABBIT_ARGS_METADATA = '__routeArguments__';
export const RABBIT_PARAM_TYPE = 3;
export const RABBIT_HEADER_TYPE = 4;
export const RABBIT_REQUEST_TYPE = 5;

0 comments on commit 637396b

Please sign in to comment.