mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
remove extra member
This commit is contained in:
parent
f90378a911
commit
ce14920d23
@ -4,7 +4,6 @@ use gtk::glib::{DateTime, GString};
|
||||
pub struct Item {
|
||||
pub id: i64,
|
||||
pub request: GString,
|
||||
pub created: DateTime,
|
||||
pub opened: Vec<DateTime>,
|
||||
pub closed: Vec<DateTime>,
|
||||
}
|
||||
@ -16,7 +15,6 @@ impl Item {
|
||||
Self {
|
||||
id,
|
||||
request,
|
||||
created: now(),
|
||||
opened: vec![now()],
|
||||
closed: vec![],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user