Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Aug 23, 2024
1 parent 31fa451 commit 43f1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/output/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class PageEvent<out Model = unknown> {
if (typeof nameOrModel === "string") {
this.model = model!;
} else {
this.model = nameOrModel as Model;
this.model = nameOrModel;
}
}
}
Expand Down

0 comments on commit 43f1dc2

Please sign in to comment.