Skip to content

Commit

Permalink
Remove 'enabled' from 'plan_derivation_group' query
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney authored and pranav-super committed Nov 4, 2024
1 parent 9628788 commit 02dc287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ public Map<String, List<ExternalEvent>> getExternalEvents(final PlanId planId, f
throws MerlinServiceException, IOException {
final var derivationGroupsRequest = """
query DerivationGroupsForPlan {
plan_derivation_group(where: {plan_id: {_eq: %d}, enabled: {_eq: true}}) {
plan_derivation_group(where: {plan_id: {_eq: %d}}) {
derivation_group_name
}
}
Expand Down

0 comments on commit 02dc287

Please sign in to comment.