Skip to content

Commit 76dc6c2

Browse files
authored
Merge pull request #392 from addtoevent/master
fix(crud): missing types on query params sort filter join swagger 3.1.0
2 parents 9c10960 + f9970d2 commit 76dc6c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/crud/src/crud/swagger.helper.ts

+4
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ export class Swagger {
296296
items: {
297297
type: 'string',
298298
},
299+
type: 'array',
299300
collectionFormat: 'multi',
300301
}
301302
: {
@@ -322,6 +323,7 @@ export class Swagger {
322323
items: {
323324
type: 'string',
324325
},
326+
type: 'array',
325327
collectionFormat: 'multi',
326328
}
327329
: {
@@ -348,6 +350,7 @@ export class Swagger {
348350
items: {
349351
type: 'string',
350352
},
353+
type: 'array',
351354
collectionFormat: 'multi',
352355
}
353356
: {
@@ -374,6 +377,7 @@ export class Swagger {
374377
items: {
375378
type: 'string',
376379
},
380+
type: 'array',
377381
collectionFormat: 'multi',
378382
}
379383
: {

0 commit comments

Comments
 (0)