mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Project managers, board members, auto-update after reconnection, refactoring
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
module.exports = {
|
||||
async fn(inputs, exits) {
|
||||
const users = await sails.helpers.getUsers();
|
||||
async fn() {
|
||||
const users = await sails.helpers.users.getMany();
|
||||
|
||||
return exits.success({
|
||||
return {
|
||||
items: users,
|
||||
});
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user