Skip to content

Commit ec721bb

Browse files
committed
unnecessary
1 parent 8b87563 commit ec721bb

File tree

1 file changed

+0
-2
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/client/reactivity/async.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export function flatten(sync, async, fn) {
5252

5353
Promise.all(async.map((expression) => async_derived(expression)))
5454
.then((result) => {
55-
batch?.activate();
56-
5755
restore();
5856

5957
try {

0 commit comments

Comments
 (0)