Added TODO

This commit is contained in:
kdeng00
2025-05-23 19:34:37 -04:00
parent 55ff6800e1
commit d9ff64ab07
+1
View File
@@ -408,6 +408,7 @@ pub mod endpoint {
data.len()
);
// TODO: Remove this
// Save the file to disk
let mut file = std::fs::File::create(&file_name).unwrap();
file.write_all(&data).unwrap();