Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into bug/DemoFix
  • Loading branch information
pa19duxu authored Sep 20, 2025
commit 060ddb4125e0820ffa4b4470376536b7fea4078b
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public override async Task HandleAsync(CreateAbsenceRequest request, Cancellatio
if (alreadyExists)
{
await SendAsync(new CreateAbsenceResponse("An absence already exists for one or more days in this date range."), 409, ct);

return;
}

Expand Down Expand Up @@ -62,7 +63,3 @@ public record CreateAbsenceRequest(DateTime StartDate, DateTime EndDate, int Abs

public record CreateAbsenceResponse(string Message);





Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.