Commit a6e1695
authored
Remove explicit cURL
When executed with `verbose`, cURL logs:
> Note: Unnecessary use of -X or --request, POST is already inferred.
[The `-d`/`--data` flag sends data via
`POST`](https://curl.se/docs/manpage.html#-d) so specifying `POST` _as
well_ is redundant.POST (#11)1 parent db19781 commit a6e1695
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments