Fix Credo warnings
This commit is contained in:
parent
60f213bb1a
commit
724311e151
5 changed files with 8 additions and 6 deletions
|
|
@ -187,7 +187,7 @@ defmodule Pleroma.Application do
|
|||
end
|
||||
end
|
||||
|
||||
defp after_supervisor_start() do
|
||||
defp after_supervisor_start do
|
||||
with digest_config <- Application.get_env(:pleroma, :email_notifications)[:digest],
|
||||
true <- digest_config[:active],
|
||||
%Crontab.CronExpression{} = schedule <-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue