Skip to content

Commit 30ccb9f

Browse files
committed
Remove type annotation
1 parent 6c8e63d commit 30ccb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/effect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ export function propagate(subs: Link): void {
440440
let stack = 0
441441

442442
top: do {
443-
const sub: Link['sub'] = link.sub
443+
const sub = link.sub
444444
const subTrackId = sub.trackId
445445

446446
if (subTrackId > 0) {

0 commit comments

Comments
 (0)