diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-04-05 19:46:28 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-04-05 19:46:28 +0700 |
commit | 1c2e4f88d1a707791818014f8bcdedd986c2fa75 (patch) | |
tree | 55e7bafec36b6aeb1f144a47af395f42e81bd44f /lib | |
parent | f1712cd2f1ec6061f70d259f8f5e2b7e9f408d8c (diff) | |
download | pleroma-1c2e4f88d1a707791818014f8bcdedd986c2fa75.tar.gz |
fix credo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/push/push.ex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |