Skip to content

Commit e81ac5b

Browse files
committed
fix: keep not changes subscriptions
1 parent ed5a3da commit e81ac5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@wroud/flow-middleware/src/MiddlewareRequest.ts

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ async function subscribe(
220220
existingSubscription &&
221221
areDependenciesEqual(existingSubscription.dependencies, dependencies)
222222
) {
223+
existingSubscription.active = true;
223224
return;
224225
}
225226

0 commit comments

Comments
 (0)