mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove doubled await
This commit is contained in:
parent
ee36023e84
commit
38a8f35e1a
@ -26,7 +26,7 @@ export default {
|
|||||||
room.id = apoc.create.uuid()
|
room.id = apoc.create.uuid()
|
||||||
RETURN room { .* }
|
RETURN room { .* }
|
||||||
`
|
`
|
||||||
const createRommTxResponse = await await transaction.run(
|
const createRommTxResponse = await transaction.run(
|
||||||
createRoomCypher,
|
createRoomCypher,
|
||||||
{ userId, currentUserId }
|
{ userId, currentUserId }
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user