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

Commit

Permalink
Merge pull request #348 from uber/mgode-default-undefined
Browse files Browse the repository at this point in the history
Pass defaultAsUndefined flag to thriftrw
  • Loading branch information
mattgode authored Feb 7, 2017
2 parents 5477673 + 6ab8e27 commit 12b70ed
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 12b70ed

Please sign in to comment.