Added TODO

This commit is contained in:
kdeng00
2025-08-28 19:01:27 -04:00
parent 1b45529593
commit 6a3c4a0e2f
+1
View File
@@ -532,6 +532,7 @@ impl CommitManager {
}
}
// TODO: Make sure this works
async fn multi_target_upload(&mut self, sourcepath: &String) -> std::io::Result<()> {
let mut prsr = parsers::api_parser::APIParser {
apis: vec![models::api::Api::default(), models::api::Api::default()],