Skip to content

Commit

Permalink
CreateArticleReply should not query obsolete id field
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 19, 2018
1 parent 2d876c6 commit 4fb3f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ducks/articleDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const connectReply = (articleId, replyId) => dispatch => {
return gql`
mutation($articleId: String!, $replyId: String!) {
CreateArticleReply(articleId: $articleId, replyId: $replyId) {
id
articleId
}
}
`({ articleId, replyId }).then(() => {
Expand Down

0 comments on commit 4fb3f0e

Please sign in to comment.