Skip to content

Commit

Permalink
npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanfaber committed Dec 19, 2024
1 parent 16ccdcf commit 8ec3d32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nodes/victron-nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ module.exports = function (RED) {
enum: 'number',
integer: 'number',
object: typeof value,
number: 'number',
string: 'string'
number: 'number'
}

let writepath = this.path
Expand Down

0 comments on commit 8ec3d32

Please sign in to comment.