Skip to content

Commit

Permalink
THRIFT-4967: Node.js tutorial server fails if the zip function is inv…
Browse files Browse the repository at this point in the history
…oked

Client: nodejs

This closes #1887.
  • Loading branch information
sekikn authored and dcelasun committed Oct 8, 2019
1 parent 8098428 commit 4fc4661
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorial/nodejs/NodeServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ var server = thrift.createServer(Calculator, {

zip: function() {
console.log("zip()");
result(null);
}

});
Expand Down

0 comments on commit 4fc4661

Please sign in to comment.