Skip to content

Commit

Permalink
More updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjnelson committed Jun 6, 2024
1 parent 09d7db7 commit b825320
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/engagement/engagement.edgedb.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ const hydrate = e.shape(e.Engagement, (engagement) => ({
]),
parent: e.tuple({
identity: engagement.project.id,
// labels: e.array_agg(
// e.set(engagement.project.__type__.name.slice(9, null)),
// ),
labels: e.array_agg(e.set(engagement.project.__type__.name.slice(9, null))),
}),
}));

Expand Down

0 comments on commit b825320

Please sign in to comment.