diff --git a/backend/src/middleware/filterBubble/replaceParams.js b/backend/src/middleware/filterBubble/replaceParams.js index 43877eb43..a10b6c29d 100644 --- a/backend/src/middleware/filterBubble/replaceParams.js +++ b/backend/src/middleware/filterBubble/replaceParams.js @@ -6,7 +6,9 @@ export default async function replaceParams(args, context) { if (author === 'following') { if (!user) - throw new UserInputError("You are unauthenticated - I don't know any users you are following.") + throw new UserInputError( + "You are unauthenticated - I don't know any users you are following.", + ) const session = context.driver.session() let { records } = await session.run(