diff --git a/apps/scrapper/lib/scrapper/processor/match_processor.ex b/apps/scrapper/lib/scrapper/processor/match_processor.ex index ff5b6f6..25ba8ca 100644 --- a/apps/scrapper/lib/scrapper/processor/match_processor.ex +++ b/apps/scrapper/lib/scrapper/processor/match_processor.ex @@ -59,8 +59,8 @@ defmodule Scrapper.Processor.MatchProcessor do end decoded_match.metadata.participants - |> Enum.each(fn participant -> - Scrapper.Queue.PlayerQueue.queue_player(participant) + |> Enum.each(fn participant_puuid -> + Scrapper.Queue.PlayerQueue.queue_puuid(participant_puuid) end) end