mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
16ef304d70
commit
93107bc0f8
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user