From 4c8f7fd11dc2d91996743fd70565bfeffb3a1463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro?= Date: Fri, 14 Jun 2024 03:15:04 +0200 Subject: [PATCH] fixfix --- apps/scrapper/lib/scrapper/processor/match_processor.ex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/scrapper/lib/scrapper/processor/match_processor.ex b/apps/scrapper/lib/scrapper/processor/match_processor.ex index 775d474..8d1ddc3 100644 --- a/apps/scrapper/lib/scrapper/processor/match_processor.ex +++ b/apps/scrapper/lib/scrapper/processor/match_processor.ex @@ -48,7 +48,12 @@ defmodule Scrapper.Processor.MatchProcessor do match_url = case decoded_match.info.queueId do 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 -> Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id)