Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Remove , in json of minimum required data (#22)
Browse files Browse the repository at this point in the history
This "," has cost me a lot of time because I copied from there into autobrr. I think this might be a comon mistake that people make.
  • Loading branch information
leandrocoding authored Jan 27, 2024
1 parent 8443b54 commit 49a88be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ curl -X POST \
```json
{
"torrent_id": {{.TorrentID}},
"indexer": "{{ .Indexer | js }}",
"indexer": "{{ .Indexer | js }}"
}
```

Expand Down

0 comments on commit 49a88be

Please sign in to comment.