Skip to content

Commit

Permalink
demo: rename ablyClient for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Nov 22, 2024
1 parent a075fda commit f58f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f58f80d

Please sign in to comment.