unnecessary

pull/16912/head
Rich Harris 1 day ago
parent 8b875630d8
commit ec721bba62

@ -52,8 +52,6 @@ export function flatten(sync, async, fn) {
Promise.all(async.map((expression) => async_derived(expression))) Promise.all(async.map((expression) => async_derived(expression)))
.then((result) => { .then((result) => {
batch?.activate();
restore(); restore();
try { try {

Loading…
Cancel
Save