fixed context bug

This commit is contained in:
Johannes Randerath 2024-08-30 13:01:24 +02:00
parent 90b7136b8f
commit b663e5b97f

View File

@ -91,6 +91,8 @@ pub async fn table(conn: Db, tid: i32, sort_dir: Option<u8>, sort_field: Option<
column_names: column_names,
column_types: column_types,
rows: rows,
username: user.uname,
email: user.email,
}
)
)