From 2dca04523d1b9bb59577d04f5ee6602520e7a174 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Mon, 15 Jul 2019 15:04:19 -0300 Subject: [PATCH] Remove key request in badge queries - clean up from `PR` which uses id, not key --- webapp/graphql/PostQuery.js | 1 - webapp/store/posts.js | 1 - 2 files changed, 2 deletions(-) diff --git a/webapp/graphql/PostQuery.js b/webapp/graphql/PostQuery.js index bb86826cc..cac80d9b1 100644 --- a/webapp/graphql/PostQuery.js +++ b/webapp/graphql/PostQuery.js @@ -106,7 +106,6 @@ export const filterPosts = i18n => { } badges { id - key icon } } diff --git a/webapp/store/posts.js b/webapp/store/posts.js index 7112a8add..025a620f2 100644 --- a/webapp/store/posts.js +++ b/webapp/store/posts.js @@ -52,7 +52,6 @@ export const actions = { } badges { id - key icon } }