From: lain Date: Tue, 2 Jun 2020 13:14:52 +0000 (+0200) Subject: Credo fixes X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=2c6ebe709a9fb84bedb5d50c24715fd4532272f9;p=akkoma Credo fixes --- diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index d89ee4645..0f33d282d 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -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),