Add docs to add a website channel (#337)

This commit is contained in:
Pranav Raj S
2019-12-01 22:53:39 +05:30
committed by Sojan Jose
parent 330e8625d3
commit 829cb4da57
9 changed files with 30 additions and 1 deletions

View File

@@ -173,6 +173,7 @@ const mutations = {
channelType: data.channel_type,
avatarUrl: data.avatar_url === undefined ? null : data.avatar_url,
pageId: data.page_id,
websiteToken: data.website_token,
});
},