remove null checks for call and put some other validation
This commit is contained in:
@@ -18,9 +18,7 @@ public class CallResponse {
|
||||
|
||||
private String descriptionLong;
|
||||
|
||||
private LocalDateTime startDate;
|
||||
|
||||
private LocalDateTime endDate;
|
||||
private List<LocalDateTime> dates;
|
||||
|
||||
private CallStatusEnum status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user