Skip to content

Commit 743f89b

Browse files
authored
fixes pubsub comp name case (#24)
1 parent 2137c8b commit 743f89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batch-file-processing/batchProcessor/routes/subscribe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ router.get('/dapr/subscribe', (req, res) => {
1010
res.json([{
1111
topic: "batchReceived",
1212
route: "batchReceived",
13-
pubsubName: "messagebus"
13+
pubsubname: "messagebus"
1414
}]);
1515
});
1616

0 commit comments

Comments
 (0)