mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add direction of Post in Group
This commit is contained in:
parent
0c32fd8023
commit
5e30bfe2ed
@ -117,7 +117,7 @@ export default {
|
||||
: ''
|
||||
const groupCypher = groupId
|
||||
? `WITH post MATCH (group:Group { id: $groupId })
|
||||
MERGE (post)-[:IN]-(group)`
|
||||
MERGE (post)-[:IN]->(group)`
|
||||
: ''
|
||||
const createPostTransactionResponse = await transaction.run(
|
||||
`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user