-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: status and cid are strings in the query result (#21)
The types expect `status` and `cid` to be arrays of strings, but they arrive as strings so the code fails. Instead of using multiple query args we use a single are with multiple values delimited by commas. Problem is this seems to be broken in oas-tools at the moment: oas-tools/oas-tools#248 This PR works around the breakage.
- Loading branch information
1 parent
ad4b333
commit 81fae4f
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters