From 0254874fabb67f1338874eabe669eddfffede640 Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:53:44 -0400 Subject: [PATCH] Update ios.rs --- core/src/location/manager/watcher/ios.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/location/manager/watcher/ios.rs b/core/src/location/manager/watcher/ios.rs index 3ea2be2d5..2da2ed581 100644 --- a/core/src/location/manager/watcher/ios.rs +++ b/core/src/location/manager/watcher/ios.rs @@ -6,8 +6,9 @@ use sd_core_file_path_helper::{ check_file_path_exists, get_inode, FilePathError, IsolatedFilePathData, }; -use sd_prisma::prisma::location; -use sd_utils::error::FileIOError; +use sd_core_prisma_helpers::file_path_with_object; +use sd_prisma::prisma::{file_path, location}; +use sd_utils::{db::inode_to_db, error::FileIOError}; use std::{ collections::HashMap,