Skip to content

Commit 63afc2f

Browse files
authored
Update Example.js
1 parent 52092ee commit 63afc2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Example.js

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ export default class Example extends Component {
3636

3737
render() {
3838
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)
4139

4240
return (
4341
<Provider store={store}>

0 commit comments

Comments
 (0)