mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra member
This commit is contained in:
parent
f90378a911
commit
ce14920d23
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue