This commit is contained in:
Robert Schäfer 2019-06-05 18:39:11 +02:00
parent 16ef304d70
commit 93107bc0f8

View File

@ -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(