mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
patch
This commit is contained in:
@@ -157,7 +157,7 @@ const genActionSummariesByItem = async (ctx, items) => {
|
||||
// don't need to hit the actions collection at all!
|
||||
|
||||
// We will literate over all the items that we're comparing.
|
||||
return items.map(resolveActionSummariesForItem);
|
||||
return items.map(item => resolveActionSummariesForItem(ctx, item));
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user