Skip to content

Commit b0e0ac1

Browse files
author
Tony Bedford
committed
Whitespace cleanup
1 parent 9e0879d commit b0e0ac1

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

reports/cancel-report.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ source "../config.sh"
44

55
curl -X DELETE -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
66
"https://api.nexmo.com/v2/reports/$REPORT_ID
7-

reports/get-report-data.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ source "../config.sh"
44

55
curl -o ./report.zip -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
66
"https://api.nexmo.com/v3/media/$REPORT_ID"
7-

reports/get-report-status.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ source "../config.sh"
44

55
curl -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
66
"https://api.nexmo.com/v2/reports/$REQUEST_ID?account_id=$ACCOUNT_ID&status=$REPORT_STATUS"
7-

reports/list-reports.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ source "../config.sh"
44

55
curl -u "$NEXMO_API_KEY:$NEXMO_API_SECRET" \
66
"https://api.nexmo.com/v2/reports?account_id=$ACCOUNT_ID&status=$REPORT_STATUS"
7-

0 commit comments

Comments
 (0)