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 017bd75 commit f0abc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/events.ts
Expand Up @@ -421,7 +421,7 @@ export class ProjectUserUpdateRoleEvent extends BaseEvent {

readonly preData: any;

constructor(p: {
constructor(eventData: {
project: string;
createdBy: string;
data: any;
Expand Down

0 comments on commit f0abc0e

Please sign in to comment.