From daaa979c99323a9aad0690588e9b5e1e626f97a4 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 3 Jul 2019 16:20:30 -0300 Subject: [PATCH] Remove request for image - we do not need to request it and if there is none it throws an error --- webapp/graphql/PostMutations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/graphql/PostMutations.js b/webapp/graphql/PostMutations.js index dba8d32a5..e1164bb5a 100644 --- a/webapp/graphql/PostMutations.js +++ b/webapp/graphql/PostMutations.js @@ -50,7 +50,6 @@ export default () => { content contentExcerpt language - image } } `,