Skip to content

Commit c3b62a1

Browse files
committed
Sync permalink
1 parent f9e88b4 commit c3b62a1

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
@@ -301,7 +301,7 @@ function cleanupEffect(e: ReactiveEffect) {
301301
}
302302
}
303303

304-
//#endregion Ported from https://github.com/stackblitz/alien-signals/blob/10712e7de4691ff3933c7c7af2689d994c635ad7/src/system.ts
304+
//#endregion Ported from https://github.com/stackblitz/alien-signals/blob/2f3656041a183956a91f805582fcd33026ed46a3/src/system.ts
305305
export interface IEffect extends Subscriber {
306306
nextNotify: IEffect | undefined
307307
notify(): void

0 commit comments

Comments
 (0)