Skip to content

Commit

Permalink
function name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdadams committed Jan 22, 2024
1 parent 3210eb8 commit bd83896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roland-v60hd",
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module.exports = {
let self = this;

if (!self.cmdPipe.includes('QPL:7')) { // No need to flood the buffer with these
self.sendCommmand('QPL:7')
self.sendCommand('QPL:7')
}
}
}

0 comments on commit bd83896

Please sign in to comment.