Skip to content

Commit

Permalink
拡張情報生成がいつまでも終わらない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Sep 11, 2022
1 parent 79eb690 commit f1ac3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KmyKeiba/Models/Data/ShapeDatabaseModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ await notyetRaces.Take(96).ToArrayAsync() :
}
}

if (horse.Race.DataStatus <= RaceDataStatus.PreliminaryGradeFull)
if (horse.Race.DataStatus < RaceDataStatus.PreliminaryGradeFull)
{
horse.RaceHorse.ExtraDataState = HorseExtraDataState.UntilRace;
}
Expand Down

0 comments on commit f1ac3b7

Please sign in to comment.