updated spotify_api_token.sh

pull/2/head
Hari Sekhon 4 years ago
parent 86148ed431
commit 245d4397ba

@ -163,10 +163,6 @@ EOF
} >&2
fi
# shellcheck disable=SC2181
if [ $? != 0 ] || [[ "$output" =~ error_description ]]; then
echo "$output" >&2
exit 1
fi
die_if_error_field "$output"
jq -r '.access_token' <<< "$output"

Loading…
Cancel
Save