mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-09-02 05:07:50 +02:00
fix: minor comment fix
This commit is contained in:
@@ -351,7 +351,7 @@ Actors.assertGroup = async (ids, options = {}) => {
|
|||||||
}));
|
}));
|
||||||
groups = groups.filter(Boolean); // remove unresolvable actors
|
groups = groups.filter(Boolean); // remove unresolvable actors
|
||||||
|
|
||||||
// Build userData object for storage
|
// Build categoryData object for storage
|
||||||
const categoryObjs = (await activitypub.mocks.category(groups)).filter(Boolean);
|
const categoryObjs = (await activitypub.mocks.category(groups)).filter(Boolean);
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user