forked from AkkomaGang/akkoma
Credo fixes
This commit is contained in:
parent
6cd2fa2a4c
commit
2c6ebe709a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ defmodule Pleroma.Notification do
|
|||
timestamps()
|
||||
end
|
||||
|
||||
def fill_in_notification_types() do
|
||||
def fill_in_notification_types do
|
||||
query =
|
||||
from(n in __MODULE__,
|
||||
where: is_nil(n.type),
|
||||
|
|
Loading…
Reference in a new issue