Fix credo warning

This commit is contained in:
Roman Chvanikov 2020-05-09 11:59:49 +03:00
parent 5c368b004b
commit 4f26539717

View file

@ -40,7 +40,7 @@ defmodule Pleroma.CounterCache do
end
end
def get_sum() do
def get_sum do
CounterCache
|> select([c], %{
"public" => sum(c.public),