From 87a87f9ba33fc0d1813037598ee4fcdbca0e407f Mon Sep 17 00:00:00 2001 From: Lucid Date: Thu, 18 Dec 2025 20:56:31 -0500 Subject: [PATCH] Update .github/workflows/cron.yml --- .github/workflows/cron.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 80f2465..8030282 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -14,6 +14,4 @@ jobs: curl --request POST \ --url 'bot-stats.lucids-cove.duckdns.org/api/graphql' \ --header 'x-api-key: ${{ secrets.NEXT_PUBLIC_API_TOKEN }}' \ - --data '{ - "query": "Cron { cronJob( mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }} ) { commandResponses createdAt linksDeleted timesTriggered updatedAt } }" - }' + --data '{ "query": "Cron { cronJob( mutationKey: ${{ secrets.GRAPHQL_MUTATION_KEY }} ) { commandResponses createdAt linksDeleted timesTriggered updatedAt } }" }'