Skip to content

Commit

Permalink
Remove type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 18, 2024
1 parent 6c8e63d commit 30ccb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export function propagate(subs: Link): void {
let stack = 0

top: do {
const sub: Link['sub'] = link.sub
const sub = link.sub
const subTrackId = sub.trackId

if (subTrackId > 0) {
Expand Down

0 comments on commit 30ccb9f

Please sign in to comment.