Skip to content

Commit

Permalink
Fix/auto ticket assign schema (#42)
Browse files Browse the repository at this point in the history
* add integer as valid type to groups

* Swap ordering of schema so coercion will not force `0` -> `false`

Co-authored-by: michael-boehm <[email protected]>
  • Loading branch information
cosimon and michael-boehm authored May 28, 2021
1 parent c10488e commit 8088af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_freshdesk/schemas/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
},
"auto_ticket_assign": {
"type": ["null", "boolean"]
"type": ["null", "integer", "boolean"]
},
"business_hour_id": {
"type": ["null", "integer"]
Expand Down

0 comments on commit 8088af2

Please sign in to comment.