From 2a1aab5d248c21fbe0fb68fd52fc543dd0e41f60 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:02:46 +0500 Subject: [PATCH] ci: attempt at trying to get formatter to pass on cypress config json file --- cypress/config/settings.cypress.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cypress/config/settings.cypress.json b/cypress/config/settings.cypress.json index cc56f0d3..3b29bb81 100644 --- a/cypress/config/settings.cypress.json +++ b/cypress/config/settings.cypress.json @@ -140,25 +140,25 @@ "schedule": "0 30 4 * * *" }, "plex-watchlist-sync": { - "schedule": "0 */10 * * * *" + "schedule": "0 */10 * * * *" }, "availability-sync": { - "schedule": "0 0 5 * * *" + "schedule": "0 0 5 * * *" }, "download-sync": { - "schedule": "0 * * * * *" + "schedule": "0 * * * * *" }, "download-sync-reset": { - "schedule": "0 0 1 * * *" + "schedule": "0 0 1 * * *" }, "jellyfin-recently-added-scan": { - "schedule": "0 */5 * * * *" + "schedule": "0 */5 * * * *" }, "jellyfin-full-scan": { - "schedule": "0 0 3 * * *" + "schedule": "0 0 3 * * *" }, "image-cache-cleanup": { - "schedule": "0 0 5 * * *" - } + "schedule": "0 0 5 * * *" + } } -} \ No newline at end of file +}