fixed context bug
This commit is contained in:
parent
90b7136b8f
commit
b663e5b97f
|
|
@ -91,6 +91,8 @@ pub async fn table(conn: Db, tid: i32, sort_dir: Option<u8>, sort_field: Option<
|
||||||
column_names: column_names,
|
column_names: column_names,
|
||||||
column_types: column_types,
|
column_types: column_types,
|
||||||
rows: rows,
|
rows: rows,
|
||||||
|
username: user.uname,
|
||||||
|
email: user.email,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user