Skip to content

Commit

Permalink
Commenting redeeming
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Aug 13, 2024
1 parent b3a1dc6 commit 1ce71cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions close-channels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for channel_id in "${channels[@]}"; do
sleep 2

#echo "Redeeming tickets for channel ${channel_id}"
curl -X 'POST' "${HOPRD_API_URL}/channels/${channel_id}/tickets/redeem" -H 'accept: */*' -H "X-Auth-Token: ${HOPRD_API_TOKEN}" -d ''
sleep 5
#curl -X 'POST' "${HOPRD_API_URL}/channels/${channel_id}/tickets/redeem" -H 'accept: */*' -H "X-Auth-Token: ${HOPRD_API_TOKEN}" -d ''
#sleep 5

done

0 comments on commit 1ce71cb

Please sign in to comment.