File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
libs/json-api-nestjs/src/lib/config Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const Bindings: BindingsConfig = {
50
50
{
51
51
property : PARAMS_RESOURCE_ID ,
52
52
decorator : Param ,
53
- mixins : [ ] ,
53
+ mixins : [ idPipeMixin ] ,
54
54
} ,
55
55
{
56
56
decorator : Query ,
@@ -72,7 +72,7 @@ const Bindings: BindingsConfig = {
72
72
{
73
73
property : PARAMS_RESOURCE_ID ,
74
74
decorator : Param ,
75
- mixins : [ ] ,
75
+ mixins : [ idPipeMixin ] ,
76
76
} ,
77
77
] ,
78
78
} ,
@@ -97,7 +97,7 @@ const Bindings: BindingsConfig = {
97
97
{
98
98
property : PARAMS_RESOURCE_ID ,
99
99
decorator : Param ,
100
- mixins : [ ] ,
100
+ mixins : [ idPipeMixin ] ,
101
101
} ,
102
102
{
103
103
decorator : Body ,
@@ -132,7 +132,7 @@ const Bindings: BindingsConfig = {
132
132
{
133
133
property : PARAMS_RESOURCE_ID ,
134
134
decorator : Param ,
135
- mixins : [ ] ,
135
+ mixins : [ idPipeMixin ] ,
136
136
} ,
137
137
{
138
138
property : PARAMS_RELATION_NAME ,
@@ -154,7 +154,7 @@ const Bindings: BindingsConfig = {
154
154
{
155
155
property : PARAMS_RESOURCE_ID ,
156
156
decorator : Param ,
157
- mixins : [ ] ,
157
+ mixins : [ idPipeMixin ] ,
158
158
} ,
159
159
{
160
160
property : PARAMS_RELATION_NAME ,
@@ -176,7 +176,7 @@ const Bindings: BindingsConfig = {
176
176
{
177
177
property : PARAMS_RESOURCE_ID ,
178
178
decorator : Param ,
179
- mixins : [ ] ,
179
+ mixins : [ idPipeMixin ] ,
180
180
} ,
181
181
{
182
182
property : PARAMS_RELATION_NAME ,
You can’t perform that action at this time.
0 commit comments