Open pontusab opened 1 year ago
Would it be possible to add support for adding a pipe to a Param decorator?
Currently getting: Multiple (2) arguments were provided to the decorator with this code: @Param('cartId', CartIdPipe) cartId: string,
Multiple (2) arguments were provided to the decorator
@Param('cartId', CartIdPipe) cartId: string,
Would it be possible to add support for adding a pipe to a Param decorator?
Currently getting:
Multiple (2) arguments were provided to the decorator
with this code:@Param('cartId', CartIdPipe) cartId: string,