diff options
Diffstat (limited to 'src/App.tsx')
-rw-r--r-- | src/App.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/App.tsx b/src/App.tsx index d0276dd2..a5fd4914 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,7 +31,6 @@ const App = () => { LocalUserType > >(); - // TODO: (CHAT) change me const chatClient = StreamChat.getInstance< LocalAttachmentType, LocalChannelType, @@ -40,7 +39,7 @@ const App = () => { LocalMessageType, LocalResponseType, LocalUserType - >('t823wwqn2wuk'); + >('27yt628q52ht'); return ( /** * This is the provider from the redux store, it acts as the root provider for our application |