remove extra quote that broke Eos plugin

computers are the worst
This commit is contained in:
sparks-alec
2022-01-09 11:27:10 -05:00
parent 580aa96886
commit b3ba244bf7
+1 -1
View File
@@ -49,7 +49,7 @@ exports.data = function (device, osc) {
p[5] == 'count'
) {
for (let i = 0; i < osc.args[0]; i++) {
device.send(`'/eos/get/cue/${p[4]}/index/${i}`);
device.send(`/eos/get/cue/${p[4]}/index/${i}`);
}
} else if (
p[1] == 'out' &&