Skip to content

Commit c1fa859

Browse files
committed
chore: @ts-ignore -> @ts-expect-error
1 parent 6500808 commit c1fa859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/system.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ export namespace Link {
113113
dep.subs = nextSub;
114114
}
115115

116-
// @ts-ignore
116+
// @ts-expect-error
117117
link.dep = undefined;
118-
// @ts-ignore
118+
// @ts-expect-error
119119
link.sub = undefined;
120120
link.prevSub = undefined;
121121
link.nextSub = undefined;

0 commit comments

Comments
 (0)