Browse Source

Credo fixes

1570-levenshtein-distance-user-search
lain 4 years ago
parent
commit
2c6ebe709a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/notification.ex

+ 1
- 1
lib/pleroma/notification.ex View 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),


Loading…
Cancel
Save