forked from Ruderverein-Donau-Linz/rowt
		
	fix clones()
This commit is contained in:
		@@ -108,9 +108,9 @@ WHERE day=?
 | 
			
		||||
                trip_type = TripType::find_by_id(db, trip_type_id).await;
 | 
			
		||||
            }
 | 
			
		||||
            ret.push(TripWithUserAndType {
 | 
			
		||||
                trip: trip.clone(),
 | 
			
		||||
                trip_type,
 | 
			
		||||
                rower: trip.get_all_rower(db).await,
 | 
			
		||||
                trip,
 | 
			
		||||
                trip_type,
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
        ret
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user