mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 01:11:13 +03:00
Code formatting with prettier, change eslint config for the server
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
fn: async function(inputs, exits) {
|
||||
async fn(inputs, exits) {
|
||||
const users = await sails.helpers.getUsers({
|
||||
isAdmin: true
|
||||
isAdmin: true,
|
||||
});
|
||||
|
||||
const userIds = sails.helpers.mapRecords(users);
|
||||
|
||||
return exits.success(userIds);
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user