This commit is contained in:
JMARyA 2024-06-06 19:55:09 +02:00
parent 71abc0ca74
commit ad97a36c60
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 17 additions and 6 deletions

View file

@ -32,5 +32,5 @@ pub struct Task {
pub bucket_id: usize,
pub position: f64,
pub kanban_position: f64,
pub created_by: User,
pub created_by: Option<User>,
}