mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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 CONFIG from '../config'
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ const neode = getNeode()
|
||||
|
||||
let mutate
|
||||
let authenticatedUser
|
||||
let user
|
||||
let variables
|
||||
const driver = getDriver()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user