We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 137b11d + 3883ee9 commit dfc17eaCopy full SHA for dfc17ea
lib/toApiFormat.js
@@ -5,7 +5,7 @@ module.exports = function toApiFormat(source) {
5
6
var dest = {};
7
// 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'];
+ var excludeList = ['substitution_data', 'tags', 'metadata', 'attributes', 'headers'];
9
10
try{
11
// Handle arrays
0 commit comments