Skip to content

Commit d1f5971

Browse files
committed
trying to fix feedbacks
1 parent 8d7cd8d commit d1f5971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/connection-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export class ConnectionHandler extends EventEmitter {
157157
args: args,
158158
}
159159
this.osc.send(command)
160-
// this.osc.send({ address: cmd, args: [] }) // a bit ugly, but needed to keep the desk state up to date in companion
160+
this.osc.send({ address: cmd, args: [] }) // a bit ugly, but needed to keep the desk state up to date in companion
161161
if (preventLog) return
162162
this.logger?.debug(`Sending OSC command: ${JSON.stringify(command)}`)
163163
}

0 commit comments

Comments
 (0)