From 800e33e1be698f0a6cb9f1c9bea680eea474c29b Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Tue, 17 Mar 2020 13:05:37 +0100 Subject: [PATCH] chore: fix lint --- backend/src/schema/resolvers/searches.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/schema/resolvers/searches.js b/backend/src/schema/resolvers/searches.js index 39fe952bb..5c1e43952 100644 --- a/backend/src/schema/resolvers/searches.js +++ b/backend/src/schema/resolvers/searches.js @@ -42,7 +42,7 @@ export default { LIMIT $limit ` const myQuery = queryString(query) - + const session = context.driver.session() const searchResultPromise = session.readTransaction(async transaction => { const postTransactionResponse = transaction.run(postCypher, {