add spaces

This commit is contained in:
Moriz Wahl 2023-06-20 09:25:23 +02:00
parent 3a95e25e1c
commit 85950843f7

View File

@ -22,8 +22,8 @@ export default {
MATCH (user:User { id: $userId })
MERGE (currentUser)-[:CHATS_IN]->(room:Room)<-[:CHATS_IN]-(user)
ON CREATE SET
room.createdAt = toString(datetime()),
room.id = apoc.create.uuid()
room.createdAt = toString(datetime()),
room.id = apoc.create.uuid()
RETURN room { .* }
`
const createRommTxResponse = await transaction.run(