From 65500eda64919bfdfbb7994953520e5167fccca3 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 21 Jul 2017 03:57:32 +0700 Subject: [PATCH] Remove remaining username alias in post comment mutation --- client/coral-embed-stream/src/graphql/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/src/graphql/index.js b/client/coral-embed-stream/src/graphql/index.js index 7ca22a5f4..79d13ecac 100644 --- a/client/coral-embed-stream/src/graphql/index.js +++ b/client/coral-embed-stream/src/graphql/index.js @@ -84,7 +84,7 @@ const extension = { } user { id - name: username + username } action_summaries { count @@ -143,7 +143,7 @@ const extension = { user: { __typename: 'User', id: auth.toJS().user.id, - name: auth.toJS().user.username + username: auth.toJS().user.username }, created_at: new Date().toISOString(), body,