feat(router): add admin list apis for v2 (#5883)

This commit is contained in:
Sai Harsha Vardhan
2024-09-17 13:38:46 +05:30
committed by GitHub
parent fbd2cda763
commit bc6c460ca9
20 changed files with 474 additions and 34 deletions

View File

@ -229,8 +229,7 @@ pub async fn get_single_merchant_id(
.org_id
.as_ref()
.ok_or(UserErrors::InternalServerError)
.attach_printable("org_id not found")?
.get_string_repr(),
.attach_printable("org_id not found")?,
)
.await
.change_context(UserErrors::InternalServerError)