Merge pull request 'main' (#111) from main into staging

Reviewed-on: Ruderverein-Donau-Linz/rowt#111
This commit is contained in:
2024-01-01 16:30:52 +01:00
3 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ pub mod triptype;
pub mod user;
pub mod usertrip;
#[derive(Serialize)]
#[derive(Serialize, Debug)]
pub struct Day {
day: NaiveDate,
planned_events: Vec<PlannedEventWithUserAndTriptype>,