Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jul 1, 2024
1 parent 833ee43 commit 1c3e303
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public NexusModsUserController(ILogger<NexusModsUserController> logger, INexusMo

await using var unitOfWrite = _unitOfWorkFactory.CreateUnitOfWrite();

/* Offloading this to a background task
if (HttpContext.GetIsPremium()) // Premium is needed for API based downloading
{
var response = await _nexusModsAPIClient.GetModFileInfosFullAsync(gameDomain, modInfo.Id, apiKey, ct);
Expand All @@ -157,6 +158,7 @@ public NexusModsUserController(ILogger<NexusModsUserController> logger, INexusMo
}).ToArrayAsync(ct);
unitOfWrite.NexusModsModModules.UpsertRange(entities);
}
*/

var nexusModsModToName = new NexusModsModToNameEntity
{
Expand Down

0 comments on commit 1c3e303

Please sign in to comment.