Skip to content

Commit

Permalink
Merge pull request #3894 from stuartleeks/patch-3
Browse files Browse the repository at this point in the history
Fix method name
  • Loading branch information
hhunter-ms authored Dec 8, 2023
2 parents 6460169 + 2bbff4b commit 28a97e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async function start() {
}
});
await server.binding.receive('checkout', async (orderId) => console.log(`Received Message: ${JSON.stringify(orderId)}`));
await server.startServer();
await server.start();
}

```
Expand Down Expand Up @@ -292,4 +292,4 @@ Event delivery guarantees are controlled by the binding implementation. Dependin
- [Bindings building block]({{< ref bindings >}})
- [Bindings API]({{< ref bindings_api.md >}})
- [Components concept]({{< ref components-concept.md >}})
- [Supported bindings]({{< ref supported-bindings >}})
- [Supported bindings]({{< ref supported-bindings >}})

0 comments on commit 28a97e1

Please sign in to comment.