rename participant to participant_uuid
This commit is contained in:
parent
167ac89a4f
commit
97a446ddcf
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user