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
f86367e340
commit
66652cf74e
@ -26,7 +26,7 @@ export default {
|
||||
room.id = apoc.create.uuid()
|
||||
RETURN room { .* }
|
||||
`
|
||||
const createRommTxResponse = await await transaction.run(
|
||||
const createRommTxResponse = await transaction.run(
|
||||
createRoomCypher,
|
||||
{ userId, currentUserId }
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user