mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
refactor: remove unused template literals
This commit is contained in:
committed by
Carlos Valente
parent
c8bf74a719
commit
70558c5104
@@ -35,7 +35,7 @@ export const eventStore = {
|
||||
for (const dataKey of changedKeys) {
|
||||
socket.sendAsJson({ type: `ontime-${dataKey}`, payload: store[dataKey] });
|
||||
}
|
||||
socket.sendAsJson({ type: `ontime-flush` });
|
||||
socket.sendAsJson({ type: 'ontime-flush' });
|
||||
isUpdatePending = null;
|
||||
changedKeys.clear();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user