Skip to content

Commit

Permalink
Updated Note: It's no longer messy, but we still need to upgrade to V2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Oct 2, 2024
1 parent 3438784 commit ca7eb28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static async Task<PerFeedCacheUpdaterResult<PageMetadataMixin>> CheckForM

foreach (var gameId in gameIds)
{
// Note (sewer): This is messy, we need to update to V2 stat.
// Note (sewer): We need to update to V2 stat.
var modUpdates = await apiClient.ModUpdatesAsync(gameId.ToGameDomain().Value, PastTime.Month);
var updateResults = ModUpdateMixin.FromUpdateResults(modUpdates.Data, gameId);
updater.Update(updateResults);
Expand Down

0 comments on commit ca7eb28

Please sign in to comment.