From: Egor Kislitsyn Date: Fri, 5 Apr 2019 12:46:28 +0000 (+0700) Subject: fix credo X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1c2e4f88d1a707791818014f8bcdedd986c2fa75;p=akkoma fix credo --- diff --git a/lib/pleroma/web/push/push.ex b/lib/pleroma/web/push/push.ex index cdd50005d..729dad02a 100644 --- a/lib/pleroma/web/push/push.ex +++ b/lib/pleroma/web/push/push.ex @@ -7,7 +7,7 @@ defmodule Pleroma.Web.Push do require Logger - def init() do + def init do unless enabled() do Logger.warn(""" VAPID key pair is not found. If you wish to enabled web push, please run