Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Pass defaultAsUndefined flag to thriftrw
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgode committed Feb 7, 2017
1 parent 5477673 commit 6ab8e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions as/thrift.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function TChannelAsThrift(opts) {
allowFilesystemAccess: true,
allowIncludeAlias: opts.allowIncludeAlias,
allowOptionalArguments: opts.allowOptionalArguments,
defaultAsUndefined: opts.defaultAsUndefined,
fs: opts.fs
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"safe-json-parse": "^4.0.0",
"sse4_crc32": "4.1.1",
"tape-cluster": "2.1.0",
"thriftrw": "^3.8.0",
"thriftrw": "^3.10.0",
"xorshift": "^0.2.0",
"xtend": "^4.0.0"
},
Expand Down

0 comments on commit 6ab8e27

Please sign in to comment.