mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Update src/lib/types/events.ts
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
This commit is contained in:
parent
f0abc0e0d6
commit
7f391e2b48
@ -427,7 +427,7 @@ export class ProjectUserUpdateRoleEvent extends BaseEvent {
|
|||||||
data: any;
|
data: any;
|
||||||
preData: any;
|
preData: any;
|
||||||
}) {
|
}) {
|
||||||
super(PROJECT_USER_REMOVED, p.createdBy);
|
super(PROJECT_USER_REMOVED, eventData.createdBy);
|
||||||
const { project, data, preData } = p;
|
const { project, data, preData } = p;
|
||||||
this.project = project;
|
this.project = project;
|
||||||
this.data = data;
|
this.data = data;
|
||||||
|
Loading…
Reference in New Issue
Block a user