This commit is contained in:
Wolfgang Huß 2020-04-03 09:28:05 +02:00
parent c574c58ad5
commit dfecb525fd

View File

@ -84,7 +84,7 @@ export default {
const reportsReadTxPromise = session.readTransaction(async (transaction) => {
const reportsTransactionResponse = await transaction.run(
// Wolle
// Wolle
// !!! this Cypher query returns multiple reports on the same resource! i will create an issue for refactoring (bug fixing)
`
MATCH (report:Report)-[:BELONGS_TO]->(resource)