Skip to content

Commit

Permalink
Resolve TS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jul 1, 2021
1 parent 2011144 commit 7e4e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-planner-js/src/buildQueryPlan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ class FetchGroup {
return group;
}

get dependentGroups() {
get dependentGroups(): FetchGroup[] {
return [
...Object.values(this.dependentGroupsByService),
...this.otherDependentGroups,
Expand Down

0 comments on commit 7e4e759

Please sign in to comment.