mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor(business_profile): change id for business profile (#5748)
This commit is contained in:
@ -98,8 +98,8 @@ pub async fn generate_sample_data(
|
||||
.attach_printable("Failed to get business profile")?
|
||||
.first()
|
||||
.ok_or(SampleDataError::InternalServerError)?
|
||||
.profile_id
|
||||
.clone()
|
||||
.get_id()
|
||||
.to_owned()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user