Skip to content

Commit

Permalink
fix(api): return leave_at
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoxfu committed Jul 15, 2024
1 parent 37955cc commit 487c3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Net.Vatprc.Uniapi/Controllers/EventSlotController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public EventSlotDto(EventSlot slot)
EnterAt = slot.EnterAt;
CreatedAt = slot.CreatedAt;
UpdatedAt = slot.UpdatedAt;
LeaveAt = slot.LeaveAt;
if (slot.Booking != null) Booking = new(slot.Booking);
}
}
Expand Down

0 comments on commit 487c3e0

Please sign in to comment.