Skip to content

Commit

Permalink
Types
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Mar 5, 2024
1 parent 70b1e72 commit 59ef41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/crdt-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function CRDTStore(
online: L.Property<boolean>,
localBoardItemEvents: L.EventStream<PersistableBoardItemEvent>,
getSocketRoot: () => string = getWebSocketRootUrl,
WebSocketPolyfill: WebSocketPolyfill = WebSocket,
WebSocketPolyfill: WebSocketPolyfill = WebSocket as any,
) {
const boards = new Map<Id, BoardCRDT>()
function getBoardCrdt(boardId: Id): BoardCRDT {
Expand Down

0 comments on commit 59ef41b

Please sign in to comment.