Skip to content

Commit

Permalink
Update src/lib/types/events.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
  • Loading branch information
ivarconr and FredrikOseberg committed Mar 3, 2022
1 parent f0abc0e commit 7f391e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/events.ts
Expand Up @@ -427,7 +427,7 @@ export class ProjectUserUpdateRoleEvent extends BaseEvent {
data: any;
preData: any;
}) {
super(PROJECT_USER_REMOVED, p.createdBy);
super(PROJECT_USER_REMOVED, eventData.createdBy);
const { project, data, preData } = p;
this.project = project;
this.data = data;
Expand Down

0 comments on commit 7f391e2

Please sign in to comment.