Skip to content

Commit

Permalink
Merge pull request #105 from ezraroi/close_time_fix
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
ezraroi authored Sep 10, 2024
2 parents efae270 + 1797ef0 commit ddad56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mundialito/Models/GamesModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public DateTime CloseTime
{
get
{
return Date.Subtract(TimeSpan.FromMinutes(30));
return Date.Subtract(TimeSpan.FromMinutes(15));
}
}
}
Expand Down Expand Up @@ -256,7 +256,7 @@ public DateTime CloseTime
{
get
{
return Date.Subtract(TimeSpan.FromMinutes(30));
return Date.Subtract(TimeSpan.FromMinutes(15));
}
}

Expand Down

0 comments on commit ddad56f

Please sign in to comment.