mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 05:36:10 -05:00
fapost backend bug
This commit is contained in:
@@ -168,7 +168,7 @@ const resolvers = {
|
||||
validateFAPost(args)
|
||||
|
||||
const existingFAPost = await FAPost.findOne({
|
||||
discord_user: ctx.user.discord_id,
|
||||
discord_id: ctx.user.discord_id,
|
||||
}).catch(e => {
|
||||
throw new UserInputError(e.message, {
|
||||
invalidArgs: args,
|
||||
|
||||
Reference in New Issue
Block a user