Fix Credo warnings

This commit is contained in:
Roman Chvanikov 2019-04-20 19:57:43 +07:00
commit 724311e151
5 changed files with 8 additions and 6 deletions

View file

@ -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 <-