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