Skip to content

Commit

Permalink
one more ret type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 committed Feb 20, 2024
1 parent e0c387e commit 564d4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/object/aggregateOrThrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export async function aggregateOrThrow<
const ret: AggregationResultsWithGroups<Q, AO["select"], any> = result.data
.map((entry) => {
return {
group: entry.group as any,
$group: entry.group as any,
...legacyToModernSingleAggregationResult(entry),
};
}) as any; // fixme
Expand Down

0 comments on commit 564d4c0

Please sign in to comment.