Skip to content

Commit

Permalink
fix(crud): missing types on query params sort filter join swagger 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchinery committed Jan 21, 2020
1 parent ded1845 commit f9970d2
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 @@ -278,6 +278,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand All @@ -304,6 +305,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand All @@ -330,6 +332,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand All @@ -356,6 +359,7 @@ export class Swagger {
items: {
type: 'string',
},
type: 'array',
collectionFormat: 'multi',
}
: {
Expand Down

0 comments on commit f9970d2

Please sign in to comment.