fix typo
Some checks are pending
ci / docker (push) Waiting to run

This commit is contained in:
Álvaro 2024-06-18 20:16:57 +02:00
parent 3c817b910a
commit 71cb4c8868

View File

@ -10,7 +10,7 @@ defmodule LolAnalytics.MatchesProcessor do
end) end)
end end
def proccess_all_matches() do def process_all_matches() do
Task.Supervisor.async(LoLAnalytics.TaskSupervisor, fn -> Task.Supervisor.async(LoLAnalytics.TaskSupervisor, fn ->
LolAnalytics.Facts.FactsRunner.analyze_all_matches() LolAnalytics.Facts.FactsRunner.analyze_all_matches()
end) end)