remove bad line in cypher

This commit is contained in:
Moriz Wahl 2022-07-25 19:22:17 +02:00
parent 28ddfde0e3
commit 1b2509229c

View File

@ -100,7 +100,6 @@ export default {
SET post.clickedCount = 0
SET post.viewedTeaserCount = 0
WITH post
UNWIND $categoryIds AS categoryId
MATCH (author:User {id: $userId})
MERGE (post)<-[:WROTE]-(author)
${categoriesCypher}