fix off-by-one error of not showing 'always show' trips 7 days before the event
This commit is contained in:
@ -26,7 +26,7 @@ pub struct PlannedEvent {
|
||||
is_locked: bool,
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[derive(Serialize, Debug)]
|
||||
pub struct PlannedEventWithUserAndTriptype {
|
||||
#[serde(flatten)]
|
||||
pub planned_event: PlannedEvent,
|
||||
|
Reference in New Issue
Block a user