Skip to content

Commit

Permalink
chore: adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Nov 18, 2023
1 parent 87352a6 commit c46ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stream/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const start = async (addr) => {
})

// client to server
const unaryHelloCall = client.call.unaryHello({ message: 'gRPCity' }, meta, (err, response) => {
client.call.unaryHello({ message: 'gRPCity' }, meta, (err, response) => {
if (err) {
console.log(err)
} else {
Expand Down

0 comments on commit c46ae3a

Please sign in to comment.