Skip to content

Commit d9de6ce

Browse files
Debarati GhatakDebarati Ghatak
authored andcommitted
fix(core): add test fn for testing concurrent events insertion
1 parent 6789d41 commit d9de6ce

File tree

2 files changed

+361
-196
lines changed

2 files changed

+361
-196
lines changed

crates/hyperswitch_domain_models/src/business_profile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use crate::{
2929
#[cfg(feature = "v1")]
3030
#[derive(Clone, Debug)]
3131
pub struct Profile {
32-
profile_id: common_utils::id_type::ProfileId,
32+
pub profile_id: common_utils::id_type::ProfileId,
3333
pub merchant_id: common_utils::id_type::MerchantId,
3434
pub profile_name: String,
3535
pub created_at: time::PrimitiveDateTime,

0 commit comments

Comments
 (0)