uncomment if

pull/18/head
Cullen Watson 2023-08-27 12:45:03 -05:00
parent 1bd2dc1b80
commit 9d15cae601
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
indeed_error=$(jq '.indeed.error' response.json)
linkedin_error=$(jq '.linkedin.error' response.json)
# if [[ "$indeed_error" != "null" || "$linkedin_error" != "null" ]]; then
if [[ "$indeed_error" != "null" || "$linkedin_error" != "null" ]]; then
echo "Error found in response:"
echo "Indeed Error: $indeed_error"
echo "LinkedIn Error: $linkedin_error"