Skip to content

Commit

Permalink
Merge f9970d2 into ded1845
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchinery committed Jan 21, 2020
2 parents ded1845 + f9970d2 commit a31851c
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 a31851c

Please sign in to comment.