use proper field
This commit is contained in:
		| @@ -178,7 +178,7 @@ FROM user_trip WHERE trip_details_id = (SELECT trip_details_id FROM planned_even | |||||||
|  |  | ||||||
|         sqlx::query!( |         sqlx::query!( | ||||||
|             "UPDATE trip_details SET max_people = ?, notes = ? WHERE id = ?", |             "UPDATE trip_details SET max_people = ?, notes = ? WHERE id = ?", | ||||||
|             planned_amount_cox, |             max_people, | ||||||
|             notes, |             notes, | ||||||
|             self.trip_details_id |             self.trip_details_id | ||||||
|         ) |         ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user