fix: don't generate broken sql

This commit is contained in:
Robert Perce 2026-02-04 13:07:26 -06:00
parent 57177612ec
commit c7130bbcd4
6 changed files with 23 additions and 14 deletions

View file

@ -21,6 +21,8 @@ struct ContactLink {
name: String,
contact_id: DbId,
}
#[derive(Debug)]
pub struct Layout {
contact_links: Vec<ContactLink>,
user: User,