We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc2f2d commit c32ce81Copy full SHA for c32ce81
README.md
@@ -177,7 +177,7 @@ ILookup<int, ExposedUserRole> lookup =
177
}
178
179
// expression to extract id value from the junction
180
- getResultId: item => item.role.Id,
+ getResultId: junction => junction.role.Id,
181
182
// expression to extract id value of joined object from the junction
183
getJoinedId: junction => junction.user.Id,
0 commit comments