Delete functionality is operational

This commit is contained in:
kdeng00
2024-06-11 20:09:16 -04:00
parent 4334d6be7b
commit 188a81beca
19 changed files with 93 additions and 150 deletions
-2
View File
@@ -3,8 +3,6 @@ use std::io::Error;
use crate::models;
// use super::syncer_base::Result;
pub struct RetrieveRecords {
pub api: models::api::API,
}