Skip to content

Commit 6d47ab8

Browse files
Remove extra line
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent e7a510e commit 6d47ab8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/pubsub/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ async function start() {
3232
process.env.DAPR_HTTP_PORT,
3333
);
3434

35-
3635
// Initialize the subscription. Note that this must be done BEFORE calling .start()
3736
await server.pubsub.subscribe("my-pubsub-component", "my-topic", async (data: Record<string, any>) => {
3837
// The library parses JSON when possible.

0 commit comments

Comments
 (0)