diff options
Diffstat (limited to 'frontend/app/components/GolfWatchApp.client.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApp.client.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/components/GolfWatchApp.client.tsx b/frontend/app/components/GolfWatchApp.client.tsx index c8b1d53..f02bfb9 100644 --- a/frontend/app/components/GolfWatchApp.client.tsx +++ b/frontend/app/components/GolfWatchApp.client.tsx @@ -90,6 +90,7 @@ export default function GolfWatchApp({ game, sockToken }: Props) { } else if (readyState === ReadyState.OPEN) { if (lastJsonMessage !== null) { console.log(lastJsonMessage.type); + console.log(lastJsonMessage.data); if (lastJsonMessage.type === "watcher:s2c:start") { const { start_at } = lastJsonMessage.data; gameStart(start_at); |
