Skip to content

Commit 289a651

Browse files
committed
refactor(common): custom decorators enforced fallback to any
1 parent 13054da commit 289a651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/decorators/http/create-route-param-metadata.decorator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export type ParamDecoratorEnhancer = ParameterDecorator;
3333
*
3434
* @param factory
3535
*/
36-
export function createParamDecorator<T>(
36+
export function createParamDecorator<T = any>(
3737
factory: CustomParamFactory,
3838
enhancers: ParamDecoratorEnhancer[] = [],
3939
): (

0 commit comments

Comments
 (0)