Skip to content

Commit 3883ee9

Browse files
committed
Resolve issue #82
1 parent be389b5 commit 3883ee9

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)