Fix: Added task_id field to our Stamp struct
This commit is contained in:
parent
90e02aaf40
commit
8a3a4520eb
@ -11,6 +11,9 @@ pub struct Stamp {
|
|||||||
pub start: Option<String>,
|
pub start: Option<String>,
|
||||||
pub end: Option<String>,
|
pub end: Option<String>,
|
||||||
pub description: Option<String>,
|
pub description: Option<String>,
|
||||||
|
pub task_id: Option<u32>,
|
||||||
|
}
|
||||||
|
|
||||||
impl Stamp {
|
impl Stamp {
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
pub async fn add(&self, config_file: &PathBuf) -> reqwest::Response {
|
pub async fn add(&self, config_file: &PathBuf) -> reqwest::Response {
|
||||||
|
Loading…
Reference in New Issue
Block a user