We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e3782 commit 0ae7fa5Copy full SHA for 0ae7fa5
coap/coap-request.js
@@ -66,7 +66,7 @@ module.exports = function (RED) {
66
reqOpts = msg.method.toUpperCase();
67
}
68
69
- reqOpts.headers = msg["headers"];
+ reqOpts.headers = msg.headers;
70
if (reqOpts.headers == null) {
71
reqOpts.headers = {};
72
0 commit comments