Fix some merge issuse

This commit is contained in:
Ben Hardill
2018-02-10 21:24:28 +00:00
parent 51173b2457
commit 31ba3a142a
2 changed files with 3 additions and 3 deletions

View File

@@ -483,7 +483,7 @@ app.post('/auth/finish',function(req,res,next) {
})(req,res,next);
}
}, oauthServer.decision(function(req,done){
//console.log("decision user: ", req);
console.log("decision user: ", req);
done(null, { scope: req.oauth2.req.scope });
}));

View File

@@ -354,12 +354,12 @@ npm install node-red-contrib-alexa-home-skill</pre>
msg.extra = range;
} else {
msg.payload = true;
msg.extra = {
targetTemperature: {
value: msg.payload
}
}
};
msg.payload = true;
}
return msg;</pre>