Former-commit-id: 5c0b0739ac
restapi
Jens Pelzetter 2020-08-14 16:43:40 +02:00
parent aa7ae6520f
commit 734ca7623d
1 changed files with 0 additions and 1 deletions

View File

@ -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 {