Skip to content

Commit 756a156

Browse files
authored
Merge pull request #69 from Kernel360/hotfix/build-error
hotfix: Update Reservation.java
2 parents 7558721 + 89db3b8 commit 756a156

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

reservation/src/main/java/com/homeaid/domain/Reservation.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ public class Reservation {
4646
@Column(nullable = false)
4747
private ReservationStatus status = REQUESTED;
4848

49-
private Double latitude;
50-
51-
private Double longitude;
52-
5349
private Long customerId;
5450

5551
private Long finalMatchingId;

0 commit comments

Comments
 (0)