Stash
This commit is contained in:
@@ -15,6 +15,7 @@ async fn main() {
|
||||
dbg!(api.search(toggl::types::TogglReportFilters {
|
||||
start_date: Some(NaiveDate::from_ymd_opt(2024, 07, 10).unwrap()),
|
||||
end_date: Some(NaiveDate::from_ymd_opt(2024, 07, 16).unwrap()),
|
||||
enrich_response: Some(true),
|
||||
..Default::default()
|
||||
}).await);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user