Skip to content

Commit

Permalink
remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Apr 18, 2024
1 parent 412a5eb commit 6ba67e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FU.API/FU.API/Services/PostService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ private static void AssertValidDateAndTime(Post post)
}

// Make sure the post is not in the past
// Only check if we are not updating the post so that we can allow for posts to be updated
bool isPostInPast = post.StartTime < DateTime.UtcNow;
if (isPostInPast)
{
Expand Down

0 comments on commit 6ba67e1

Please sign in to comment.