From 05ef2282d5540cc2c5183d33fd26d9731257ba2d Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Tue, 30 Mar 2021 00:26:09 +0300 Subject: [PATCH] Change :crontab type to [:keyword, :string] --- config/description.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index b12d165d7..9bf138216 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1929,7 +1929,7 @@ config :pleroma, :config_description, [ }, %{ key: :crontab, - type: {:list, :tuple}, + type: {:keyword, :string}, description: "Settings for cron background jobs", suggestions: [ {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},