Skip to content

Commit

Permalink
fix(MonitoredTrip): Remove JsonIgnore from arriveBy.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Nov 20, 2023
1 parent 9023ba3 commit 3ecdfa9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public class MonitoredTrip extends Model {
/**
* whether the trip is an arriveBy trip
*/
@JsonIgnore
public boolean arriveBy;

/**
Expand Down

0 comments on commit 3ecdfa9

Please sign in to comment.