Skip to content

Commit

Permalink
fix(enforcers): groupBy -> group
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Lingen committed Jan 9, 2018
1 parent 12fa0d2 commit 3eaed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enforcers.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const findOptions = osom({

export const aggregateOptions = osom({
order: Any,
groupBy: {
group: {
type: Any,
transform: [toArray]
}
Expand Down

0 comments on commit 3eaed9a

Please sign in to comment.