Skip to content

Commit

Permalink
haha forgot to add ONE LINE AHAHHHHHAHAHAH
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jun 24, 2024
1 parent 0e58448 commit 78a16e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReplayBrowser/Services/ProfilePregeneratorService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ private async void DoWork(object? state)
var dbContext = scope.ServiceProvider.GetRequiredService<ReplayDbContext>();
var replayHelper = scope.ServiceProvider.GetRequiredService<ReplayHelper>();
var profilesToGenerate = new List<Guid>();
profilesToGenerate.AddRange(AlwaysGenerateProfiles);

dbContext.Accounts.Select(a => a.SavedProfiles).ToList().ForEach(profiles =>
{
Expand Down

0 comments on commit 78a16e7

Please sign in to comment.