mirror of https://github.com/dapr/quickstarts.git
typo in comment
This commit is contained in:
parent
3fc90fcbdc
commit
4f33c01b9d
|
|
@ -8,7 +8,7 @@ const SERVER_PORT = process.env.SERVER_PORT || 5001;
|
|||
async function main() {
|
||||
const server = new DaprServer(SERVER_HOST, SERVER_PORT, DAPR_HOST, DAPR_HTTP_PORT);
|
||||
|
||||
// ßDapr subscription routes orders topic to this route
|
||||
// Dapr subscription routes orders topic to this route
|
||||
server.pubsub.subscribe("order_pub_sub", "orders", (data) => {
|
||||
console.log("Subscriber received : " + JSON.stringify(data))
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue