mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(core): Fix user telemetry bugs (#10293)
This commit is contained in:
@@ -292,7 +292,7 @@ export class UsersController {
|
||||
this.eventService.emit('user-changed-role', {
|
||||
userId: req.user.id,
|
||||
targetUserId: targetUser.id,
|
||||
targetUserNewRole: ['global', payload.newRoleName].join(' '),
|
||||
targetUserNewRole: payload.newRoleName,
|
||||
publicApi: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user