mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove bad line in cypher
This commit is contained in:
parent
28ddfde0e3
commit
1b2509229c
@ -100,7 +100,6 @@ export default {
|
|||||||
SET post.clickedCount = 0
|
SET post.clickedCount = 0
|
||||||
SET post.viewedTeaserCount = 0
|
SET post.viewedTeaserCount = 0
|
||||||
WITH post
|
WITH post
|
||||||
UNWIND $categoryIds AS categoryId
|
|
||||||
MATCH (author:User {id: $userId})
|
MATCH (author:User {id: $userId})
|
||||||
MERGE (post)<-[:WROTE]-(author)
|
MERGE (post)<-[:WROTE]-(author)
|
||||||
${categoriesCypher}
|
${categoriesCypher}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user