Skip to content

Commit 8efab32

Browse files
Resolve Merge Conflicts
1 parent c71ad04 commit 8efab32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/analytics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ router_env = { version = "0.1.0", path = "../router_env", features = [
2626
diesel_models = { version = "0.1.0", path = "../diesel_models", features = [
2727
"kv_store",
2828
] }
29-
data_models = { version = "0.1.0", path = "../data_models", default-features = false }
29+
hyperswitch_domain_models = { version = "0.1.0", path = "../hyperswitch_domain_models", default-features = false }
3030

3131
#Third Party dependencies
3232
actix-web = "4.5.1"

crates/analytics/src/opensearch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use api_models::{
44
};
55
use aws_config::{self, meta::region::RegionProviderChain, Region};
66
use common_utils::errors::{CustomResult, ErrorSwitch};
7-
use data_models::errors::{StorageError, StorageResult};
87
use error_stack::ResultExt;
8+
use hyperswitch_domain_models::errors::{StorageError, StorageResult};
99
use opensearch::{
1010
auth::Credentials,
1111
cert::CertificateValidation,

0 commit comments

Comments
 (0)