Credo fixes
authorlain <lain@soykaf.club>
Tue, 2 Jun 2020 13:14:52 +0000 (15:14 +0200)
committerlain <lain@soykaf.club>
Tue, 2 Jun 2020 13:14:52 +0000 (15:14 +0200)
lib/pleroma/notification.ex

index d89ee464568fada6f9614abb56c19e7a90782455..0f33d282daa17c02bc3eefafc6066563298decf0 100644 (file)
@@ -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),