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
c010d4b0ae
commit
76414dbec7
@ -1,4 +1,4 @@
|
|||||||
import { rule, shield, deny, allow, and, or, not } from 'graphql-shield'
|
import { rule, shield, deny, allow, or } from 'graphql-shield'
|
||||||
import { neode } from '../bootstrap/neo4j'
|
import { neode } from '../bootstrap/neo4j'
|
||||||
import CONFIG from '../config'
|
import CONFIG from '../config'
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,6 @@ const neode = getNeode()
|
|||||||
|
|
||||||
let mutate
|
let mutate
|
||||||
let authenticatedUser
|
let authenticatedUser
|
||||||
let user
|
|
||||||
let variables
|
let variables
|
||||||
const driver = getDriver()
|
const driver = getDriver()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user