fix: add roleId parameter to grantPermission and update tests for GraphApiService

This commit is contained in:
Atef Bellaaj 2025-06-13 11:54:32 +02:00 committed by Danny Avila
parent 1016a33b89
commit 6bbefcd16e
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 17 additions and 1 deletions

View file

@ -85,6 +85,7 @@ const grantPermission = async ({
role.permBits,
grantedBy,
session,
role._id,
);
} catch (error) {
logger.error(`[PermissionService.grantPermission] Error: ${error.message}`);