Skip to content

Commit

Permalink
fix(jobs): fixed query bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndySakov committed Nov 20, 2024
1 parent fa6419e commit b3b0a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class JobsService {
],
ecosystems: [
(project)-[:IS_DEPLOYED_ON|HAS_ECOSYSTEM*2]->(ecosystem) | ecosystem.name
],
]
}
][0],
tags: apoc.coll.toSet(tags)
Expand Down

0 comments on commit b3b0a98

Please sign in to comment.