diff --git a/graphql-schemas/fapost.js b/graphql-schemas/fapost.js index 962b3d3e0..89784126f 100644 --- a/graphql-schemas/fapost.js +++ b/graphql-schemas/fapost.js @@ -214,7 +214,7 @@ const resolvers = { validateFAPost(args) await FAPost.findOneAndUpdate( - { discord_id: ctx.user.discord_id }, + { discord_id: ctx.user.discord_id, hidden: false }, { ...args } ).catch(e => { throw new UserInputError(error.message, {