diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-06 14:58:40 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-06 14:58:40 -0400 |
commit | b62fc286c0de38214e9dc5fb82163ee1529e8a9e (patch) | |
tree | 125b9f2d505c8f64ab2305a245aa5e0d14b821dd | |
parent | bdccd7ae173c0342350c613b6247f2cfb0b9fe92 (diff) |
using correct api key
-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 |