From f58f80dae972b7a4598651c6978c646b4c7900e6 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Tue, 19 Nov 2024 12:34:34 +0000 Subject: [PATCH] demo: rename ablyClient for simplicity --- demo/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/main.tsx b/demo/src/main.tsx index 6d8586ba..93a0b402 100644 --- a/demo/src/main.tsx +++ b/demo/src/main.tsx @@ -25,7 +25,7 @@ const clientId = (function () { // use this for local development with local realtime // -// const ablyClient = new Ably.Realtime({ +// const realtimeClient = new Ably.Realtime({ // authUrl: `/api/ably-token-request?clientId=${clientId}`, // port: 8081, // environment: 'local',