Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraroi committed Sep 10, 2024
1 parent efae270 commit 1797ef0
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 1797ef0

Please sign in to comment.