giant massive dep upgrade and dialyxir-found error emporium (#371)
[akkoma] / lib / pleroma / application.ex
index ec8839e0f18cde8abbdc6556e269330ca4dad97e..48a2623ceb8e74c84868f932b196a55885dd1db4 100644 (file)
@@ -198,6 +198,8 @@ defmodule Pleroma.Application do
     ]
   end
 
+  @spec task_children(atom()) :: [map()]
+
   defp task_children(:test) do
     [
       %{
@@ -223,6 +225,7 @@ defmodule Pleroma.Application do
     ]
   end
 
+  @spec elasticsearch_children :: [Pleroma.Search.Elasticsearch.Cluster]
   def elasticsearch_children do
     config = Config.get([Pleroma.Search, :module])