mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
chore: fix lint
This commit is contained in:
parent
9c08db22dc
commit
800e33e1be
@ -42,7 +42,7 @@ export default {
|
|||||||
LIMIT $limit
|
LIMIT $limit
|
||||||
`
|
`
|
||||||
const myQuery = queryString(query)
|
const myQuery = queryString(query)
|
||||||
|
|
||||||
const session = context.driver.session()
|
const session = context.driver.session()
|
||||||
const searchResultPromise = session.readTransaction(async transaction => {
|
const searchResultPromise = session.readTransaction(async transaction => {
|
||||||
const postTransactionResponse = transaction.run(postCypher, {
|
const postTransactionResponse = transaction.run(postCypher, {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user