Skip to content

Commit

Permalink
fix: keep not changes subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Nov 27, 2024
1 parent ed5a3da commit e81ac5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@wroud/flow-middleware/src/MiddlewareRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ async function subscribe(
existingSubscription &&
areDependenciesEqual(existingSubscription.dependencies, dependencies)
) {
existingSubscription.active = true;
return;
}

Expand Down

0 comments on commit e81ac5b

Please sign in to comment.