chore: cleanup

This commit is contained in:
Carlos Valente
2024-04-21 23:11:58 +02:00
committed by Carlos Valente
parent 8f249b9d51
commit 5cf5b2fae3
4 changed files with 4 additions and 16 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ export class SocketServer implements IAdapter {
if (reply) {
ws.send(
JSON.stringify({
type: 'ontime-change',
type,
payload: reply.payload,
}),
);