Skip to content

Commit

Permalink
fix indent miss
Browse files Browse the repository at this point in the history
  • Loading branch information
MusclePr committed May 17, 2024
1 parent 1288af1 commit bd44af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rest_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [[ ${api} =~ ${api_required_json} ]]; then
json="{\"userid\":\"${2}\"}"
;;
esac
fi
fi
fi

REST_API "${api}" "${json}" && echo ""

0 comments on commit bd44af5

Please sign in to comment.