Skip to content

Commit 80aee27

Browse files
Yoon  ChoiYoon  Choi
authored andcommitted
metadata added in server.js
1 parent 4163a61 commit 80aee27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc_mockData/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function sayHelloNested(ctx) {
5959
// Watcher creates a watch execution context for the watch
6060
// The execution context provides scripts and templates with access to the watch metadata
6161
console.log("received metadata from client request", ctx.metadata)
62-
// console.dir(ctx.metadata, { depth: 3, colors: true });
62+
console.dir(ctx.metadata, { depth: 3, colors: true });
6363
// console.log("ctx line 64 from server.js", ctx)
6464

6565
// nested unary response call

0 commit comments

Comments
 (0)