From 1c5692383895aaeb73c1aa5e3cc3a9daaa56c079 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Wed, 16 Jun 2021 04:22:12 +1000 Subject: [PATCH] Fix spacing --- crabfit-backend/cron.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crabfit-backend/cron.yaml b/crabfit-backend/cron.yaml index 321927d..56ffd94 100644 --- a/crabfit-backend/cron.yaml +++ b/crabfit-backend/cron.yaml @@ -1,7 +1,7 @@ cron: - description: "clean up old events" - url: /tasks/cleanup - schedule: every monday 09:00 + url: /tasks/cleanup + schedule: every monday 09:00 - description: "clean up old events without a visited date" - url: /tasks/legacyCleanup - schedule: every tuesday 09:00 + url: /tasks/legacyCleanup + schedule: every tuesday 09:00