mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -13,7 +13,6 @@ module.exports = {
|
||||
|
||||
async fn(inputs, exits) {
|
||||
const projectMemberships = await sails.helpers.getMembershipsForProject(inputs.id);
|
||||
|
||||
const userIds = sails.helpers.mapRecords(projectMemberships, 'userId', _.isArray(inputs.id));
|
||||
|
||||
return exits.success(
|
||||
|
||||
Reference in New Issue
Block a user