This commit is contained in:
JMARyA 2024-06-06 10:41:07 +02:00
parent 25f4d19ca7
commit 50c76560c0
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 105 additions and 17 deletions

View file

@ -4,7 +4,7 @@ use super::{Label, User};
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Task {
pub id: usize,
pub id: isize,
pub title: String,
pub description: String,
pub done: bool,