Skip to content

Commit

Permalink
feat: disable emit in leave service
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenk committed Jan 3, 2025
1 parent 5ff2dbe commit 13235d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public record LeaveResponse(
LocalDateTime endAt,
LeaveStatus status,
Float duration,
LeaveTypeResponse type,
LeavePolicyActivatedTypeResponse type,
String reason,
UserCompactResponse user) {
}

0 comments on commit 13235d8

Please sign in to comment.