mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
refactor(user_roles): Populate role names and entity names in user role APIs (#5861)
This commit is contained in:
@ -63,5 +63,5 @@ pub enum RoleCheckType {
|
||||
#[derive(Debug, serde::Serialize, Clone)]
|
||||
pub struct MinimalRoleInfo {
|
||||
pub role_id: String,
|
||||
pub role_name: Option<String>,
|
||||
pub role_name: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user