remove duplicate call since it does not seem to be necessary anymore
This commit is contained in:
parent
5bf0f4a18f
commit
48676ac85a
1 changed files with 0 additions and 4 deletions
4
check.sh
4
check.sh
|
|
@ -78,10 +78,6 @@ then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
ret_val=$(curl -s -H "Authorization: Bearer $jwt" \
|
||||
"https://stuttgart.konsentas.de/api/brick_ota_termin_getTimeslot/?start=$start_date&end=$end_date" \
|
||||
)
|
||||
echo "$ret_val" | yq -r '.data | tostring'
|
||||
ret_val=$(curl -s -H "Authorization: Bearer $jwt" \
|
||||
"https://stuttgart.konsentas.de/api/brick_ota_termin_getTimeslot/?start=$start_date&end=$end_date" \
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue