From 0bbffd1b2a7b57f8dbd83d71aa2fbdace0a7a494 Mon Sep 17 00:00:00 2001 From: Lucid Date: Thu, 18 Dec 2025 21:40:40 -0500 Subject: [PATCH] fixed?! --- .github/workflows/cron.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 777eeea..fde14a8 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -15,14 +15,4 @@ jobs: --url 'https://bot-stats.lucids-cove.duckdns.org/api/graphql' \ --header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \ --header 'Content-Type: application/json' \ - --data '{ - \"query\": \"mutation Cron { - cronJob(mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }}) { - commandResponses - createdAt - linksDeleted - timesTriggered - updatedAt - } - }\" - }' + --data '{ "query": "mutation Cron { cronJob(mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }}) { commandResponses createdAt linksDeleted timesTriggered updatedAt } }" }'