rename participant to participant_uuid

This commit is contained in:
Álvaro 2024-05-05 02:34:00 +02:00
parent 167ac89a4f
commit 97a446ddcf

View File

@ -59,8 +59,8 @@ defmodule Scrapper.Processor.MatchProcessor do
end end
decoded_match.metadata.participants decoded_match.metadata.participants
|> Enum.each(fn participant -> |> Enum.each(fn participant_puuid ->
Scrapper.Queue.PlayerQueue.queue_player(participant) Scrapper.Queue.PlayerQueue.queue_puuid(participant_puuid)
end) end)
end end