Skip to content

Commit baa25d0

Browse files
author
Mateus Garcia
committed
fix: revert id pipe
1 parent 7d11a88 commit baa25d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/json-api-nestjs/src/lib/config/bindings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const Bindings: BindingsConfig = {
114114
{
115115
property: PARAMS_RESOURCE_ID,
116116
decorator: Param,
117-
mixins: [],
117+
mixins: [idPipeMixin],
118118
},
119119
{
120120
property: PARAMS_RELATION_NAME,

0 commit comments

Comments
 (0)