parent
d07e604cbe
commit
4c8f7fd11d
@ -48,7 +48,12 @@ defmodule Scrapper.Processor.MatchProcessor do
|
|||||||
match_url =
|
match_url =
|
||||||
case decoded_match.info.queueId do
|
case decoded_match.info.queueId do
|
||||||
420 ->
|
420 ->
|
||||||
Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, "ranked", decoded_match.info.gameVersion)
|
Storage.MatchStorage.S3MatchStorage.store_match(
|
||||||
|
match_id,
|
||||||
|
raw_match,
|
||||||
|
"ranked",
|
||||||
|
"#{decoded_match.info.gameVersion}"
|
||||||
|
)
|
||||||
|
|
||||||
queue_id ->
|
queue_id ->
|
||||||
Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id)
|
Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user