From 48676ac85a941b2e526ce32daee7fc2b57f88196 Mon Sep 17 00:00:00 2001 From: lookshe Date: Mon, 4 Aug 2025 09:30:13 +0200 Subject: [PATCH] remove duplicate call since it does not seem to be necessary anymore --- check.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/check.sh b/check.sh index c55d4b4..81f877f 100755 --- a/check.sh +++ b/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" \ )