We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a510e commit 6d47ab8Copy full SHA for 6d47ab8
examples/pubsub/src/index.ts
@@ -32,7 +32,6 @@ async function start() {
32
process.env.DAPR_HTTP_PORT,
33
);
34
35
-
36
// Initialize the subscription. Note that this must be done BEFORE calling .start()
37
await server.pubsub.subscribe("my-pubsub-component", "my-topic", async (data: Record<string, any>) => {
38
// The library parses JSON when possible.
0 commit comments