From de83ff92600ff7893b276b2402d869a33755bb1f Mon Sep 17 00:00:00 2001 From: Tim Pilius Date: Wed, 7 Aug 2024 13:59:48 -0400 Subject: [PATCH] Same --- EpicPrefill/Handlers/EpicGamesApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpicPrefill/Handlers/EpicGamesApi.cs b/EpicPrefill/Handlers/EpicGamesApi.cs index 1b6cebf..04413e5 100644 --- a/EpicPrefill/Handlers/EpicGamesApi.cs +++ b/EpicPrefill/Handlers/EpicGamesApi.cs @@ -98,7 +98,7 @@ await _ansiConsole.CreateSpectreProgress().StartAsync(async context => // Serialize new metadata var serialized = JsonSerializer.Serialize(metadataDictionary, SerializationContext.Default.DictionaryStringAppMetadataResponse); await File.WriteAllTextAsync(_metadataCachePath, serialized); - Console.WriteLine(); + return metadataDictionary; }