Skip to content

Commit dfc17ea

Browse files
committed
Merge pull request #83 from bdeanindy/Issue-82
Resolve issue #82
2 parents 137b11d + 3883ee9 commit dfc17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/toApiFormat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function toApiFormat(source) {
55

66
var dest = {};
77
// List of property names which we do not want to modify the sub-property names
8-
var excludeList = ['recipients', 'substitution_data', 'tags', 'metadata', 'content', 'attributes', 'headers'];
8+
var excludeList = ['substitution_data', 'tags', 'metadata', 'attributes', 'headers'];
99

1010
try{
1111
// Handle arrays

0 commit comments

Comments
 (0)