Commit a75de51
committed
Fix "TypeError: unhashable type" when calling json_request
This bug was introduced as part of #43. `dry_run` was appended to
construct_payload parameters but there was a single instance where
construct_payload was executed and relying on `is_json` parameter's
default value.1 parent fb6b7f0 commit a75de51
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments