Skip to content

Commit 8c9f715

Browse files
committed
typo caused a jslint issue
1 parent cf910a3 commit 8c9f715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/transmissions/stored_recipients_inline_content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var reqObj = {
1818
}
1919
};
2020

21-
client.transmissions.send(req, function(err, res) {
21+
client.transmissions.send(reqObj, function(err, res) {
2222
if (err) {
2323
console.log(err);
2424
} else {

0 commit comments

Comments
 (0)