Skip to content

Commit 5cfe470

Browse files
committed
Update index.ts
1 parent b446de8 commit 5cfe470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function updateSignal(s: Signal): boolean {
205205
}
206206

207207
function run(e: Effect): void {
208-
let flags = e.flags;
208+
const flags = e.flags;
209209
if (
210210
flags & 16 satisfies ReactiveFlags.Dirty
211211
|| (

0 commit comments

Comments
 (0)