Commit e304fea
committed
Fixed panic when type on schema is empty. #22
A panic was being thrown when a schema is missing a type and checking for a query param. All schemas should always have a type, assumption however is the mother of all f**kups.
Signed-off-by: Dave Shanley <[email protected]>1 parent 8b01e92 commit e304fea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments