mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
lint
This commit is contained in:
parent
c3aa23ad12
commit
46d7610392
@ -144,7 +144,7 @@ export const createOrUpdateLocations = async (
|
||||
await session.writeTransaction((transaction) => {
|
||||
return transaction.run(
|
||||
`
|
||||
MATCH (node:${String(nodeLabel)} {id: $nodeId})
|
||||
MATCH (node:${nodeLabel} {id: $nodeId})
|
||||
OPTIONAL MATCH (node)-[relationship:IS_IN]->(:Location)
|
||||
DELETE relationship
|
||||
WITH node
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user