fix credo
This commit is contained in:
parent
f1712cd2f1
commit
1c2e4f88d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue