mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 09:13:20 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -47,7 +47,6 @@ module.exports = {
|
||||
});
|
||||
|
||||
const users = await sails.helpers.getUsers(userIds);
|
||||
|
||||
const boards = await sails.helpers.getBoardsForProject(projectMembership.projectId);
|
||||
|
||||
sails.sockets.broadcast(`user:${projectMembership.userId}`, 'projectCreate', {
|
||||
|
||||
Reference in New Issue
Block a user