Skip to content

Commit 43f1dc2

Browse files
committed
Fix lint
1 parent 31fa451 commit 43f1dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/output/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class PageEvent<out Model = unknown> {
159159
if (typeof nameOrModel === "string") {
160160
this.model = model!;
161161
} else {
162-
this.model = nameOrModel as Model;
162+
this.model = nameOrModel;
163163
}
164164
}
165165
}

0 commit comments

Comments
 (0)