parent
aa7ae6520f
commit
734ca7623d
|
|
@ -315,7 +315,6 @@ export class RolesApiClient {
|
||||||
limit: number,
|
limit: number,
|
||||||
offset: number
|
offset: number
|
||||||
): Promise<ListView<RolePermission>> {
|
): Promise<ListView<RolePermission>> {
|
||||||
const roleParam: string = buildIdentifierParam(roleIdentifier);
|
|
||||||
const roleParam: string = buildIdentifierParam(roleIdentifier);
|
const roleParam: string = buildIdentifierParam(roleIdentifier);
|
||||||
const url = `${this.#ROLES_API_PREFIX}/${roleParam}/permissions`;
|
const url = `${this.#ROLES_API_PREFIX}/${roleParam}/permissions`;
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue