fmt
This commit is contained in:
parent
5ec523234b
commit
9183f30b5d
14 changed files with 86 additions and 16 deletions
|
|
@ -283,7 +283,7 @@ export class WebSocketManager {
|
|||
if (message.type === "vaultUpdate") {
|
||||
await this.onRemoteVaultUpdateReceived.triggerAsync(message);
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
||||
|
||||
} else if (message.type === "cursorPositions") {
|
||||
this.logger.debug(
|
||||
`Received cursor positions for ${JSON.stringify(message.clients)}`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue