mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Fix syntax error in config
This commit is contained in:
parent
cc673b88df
commit
603e6df707
@ -155,7 +155,7 @@ queues = [
|
||||
|
||||
config :plausible, Oban,
|
||||
repo: Plausible.Repo,
|
||||
queues: if cron_enabled, do: queues, else: []
|
||||
crontab: if cron_enabled, do: crontab, else: false
|
||||
queues: (if cron_enabled, do: queues, else: false),
|
||||
crontab: (if cron_enabled, do: crontab, else: false)
|
||||
|
||||
config :logger, level: :warn
|
||||
|
Loading…
Reference in New Issue
Block a user