Skip to content

Commit

Permalink
Merge pull request #392 from addtoevent/master
Browse files Browse the repository at this point in the history
fix(crud): missing types on query params sort filter join swagger 3.1.0
  • Loading branch information
michaelyali authored Jan 21, 2020
2 parents 9c10960 + f9970d2 commit 76dc6c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/crud/src/crud/swagger.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand All @@ -322,6 +323,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand All @@ -348,6 +350,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand All @@ -374,6 +377,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand Down

0 comments on commit 76dc6c2

Please sign in to comment.