We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52092ee commit 63afc2fCopy full SHA for 63afc2f
Example.js
@@ -36,8 +36,6 @@ export default class Example extends Component {
36
37
render() {
38
var client = new Channelize.client({publicKey: PUBLIC_KEY});
39
- const res = await client.connect(USER_ID, ACCESS_TOKEN);
40
- const conversation = client.Conversation.getConversation(CONVERSATION_ID)
41
42
return (
43
<Provider store={store}>
0 commit comments