Skip to content

Commit

Permalink
Same
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed Aug 7, 2024
1 parent 19c51c2 commit de83ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpicPrefill/Handlers/EpicGamesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit de83ff9

Please sign in to comment.