Skip to content

Commit

Permalink
fixup! feat(orchestration): service.js returns unwrapped vows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Jun 7, 2024
1 parent 0fc3ca1 commit 59f4de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orchestration/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const prepareOrchestrationKit = (
*/
provideICQConnection(controllerConnectionId) {
if (this.state.icqConnections.has(controllerConnectionId)) {
// TODO #9281 do not return synchronously. see https://github.com/Agoric/agoric-sdk/pull/9454#discussion_r1626898694
return this.state.icqConnections.get(controllerConnectionId)
.connection;
}
Expand Down

0 comments on commit 59f4de4

Please sign in to comment.