remove duplicate call since it does not seem to be necessary anymore

This commit is contained in:
lookshe 2025-08-04 09:30:13 +02:00
commit 48676ac85a

View file

@ -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" \
)