// TODO: If there's an ongoing FT with this contact, it cannot be deleted.
throwNSError.create("There is an ongoing file transfer with this contact as you are receiving or sending a file, please try again later once it’s done")
}else{
// if let _: FileTransfer = try? dbManager.fetch(.withContactId(contact.userId)).first {
print("No pending transfer with this contact. Free to delete")
// throw NSError.create("There is an ongoing file transfer with this contact as you are receiving or sending a file, please try again later once it’s done")
}
// } else {
// print("No pending transfer with this contact. Free to delete")