From 37dcd67bdc3a728e39cfc7784ca5c64f1ca7918f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro?= Date: Fri, 14 Jun 2024 03:19:41 +0200 Subject: [PATCH] . --- apps/scrapper/lib/scrapper/processor/match_processor.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scrapper/lib/scrapper/processor/match_processor.ex b/apps/scrapper/lib/scrapper/processor/match_processor.ex index 705cff6..36782d3 100644 --- a/apps/scrapper/lib/scrapper/processor/match_processor.ex +++ b/apps/scrapper/lib/scrapper/processor/match_processor.ex @@ -59,7 +59,7 @@ defmodule Scrapper.Processor.MatchProcessor do ) queue_id -> - Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, queue_id) + Storage.MatchStorage.S3MatchStorage.store_match(match_id, raw_match, "matches") end match = LolAnalytics.Match.MatchRepo.get_match(match_id)