From 71aebb1701e7db51b4a1229bf2d4faf8d7b622c2 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:57:05 -0400 Subject: [PATCH] Formated Files --- liveblocks.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/liveblocks.config.ts b/liveblocks.config.ts index d74be8a..f6e6ca0 100644 --- a/liveblocks.config.ts +++ b/liveblocks.config.ts @@ -26,9 +26,9 @@ declare global { // Custom events, for useBroadcastEvent, useEventListener RoomEvent: {}; - // Example has two events, using a union - // | { type: "PLAY" } - // | { type: "REACTION"; emoji: "🔥" }; + // Example has two events, using a union + // | { type: "PLAY" } + // | { type: "REACTION"; emoji: "🔥" }; // Custom metadata set on threads, for useThreads, useCreateThread, etc. ThreadMetadata: {