Skip to content

Commit

Permalink
return type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 committed Feb 20, 2024
1 parent 792d9d0 commit e0c387e
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 @@ -86,7 +86,7 @@ export async function aggregateOrThrow<
.map((entry) => {
return {
group: entry.group as any,
values: legacyToModernSingleAggregationResult(entry),
...legacyToModernSingleAggregationResult(entry),
};
}) as any; // fixme

Expand Down

0 comments on commit e0c387e

Please sign in to comment.