Skip to content

Commit

Permalink
fix: updates from master
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 4, 2021
2 parents be24760 + 279d50f commit 73d9dc7
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alexa/alexa-home-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,12 @@ module.exports = function(RED) {
lights: node.generateAPIDeviceList(id),
date: new Date().toISOString().split('.').shift(),
};
<<<<<<< HEAD
const content = Mustache.render(template, data)
.replace(/(\{\s+)?,?[^,]+_emptyIteratorStopper": \{\}/g, '$1');
=======
const content = Mustache.render(template, data).replace(/(\{\s+)?,?[^,]+_emptyIteratorStopper": \{\}/g, '$1');
>>>>>>> master
RED.log.debug(node.name + + '/' + id +
' - listing ' + request.params.username +
' #' + data.lights.length + ' api information to ' +
Expand Down
57 changes: 57 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73d9dc7

Please sign in to comment.