Skip to content

Commit

Permalink
Add live reviews setting
Browse files Browse the repository at this point in the history
  • Loading branch information
SSchulze1989 committed Sep 11, 2023
1 parent 82c852f commit e65f7cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/iRLeagueApiCore.Common/Models/Leagues/PutLeagueModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@ public class PutLeagueModel
[DataMember]
public ProtestFormAccess ProtestFormAccess { get; set; }
[DataMember]
public LeaguePublicSetting LeaguePublic { get; set; }
public LeaguePublicSetting LeaguePublic { get; set; }
/// <summary>
/// Enable access to protest form and reviews while race is running and before results have been uploaded
/// </summary>
[DataMember]
public bool EnableLiveReviews { get; set; }
}

0 comments on commit e65f7cf

Please sign in to comment.