Merge pull request #142 from vatesfr/marsaudf-parameter-fix

Fix: group.getAll() has no params.
This commit is contained in:
Julien Fontanet 2015-11-24 10:49:51 +01:00
commit e220786a20

View File

@ -32,9 +32,6 @@ export async function getAll () {
getAll.description = 'returns all the existing group'
getAll.permission = 'admin'
getAll.params = {
id: {type: 'string'}
}
// -------------------------------------------------------------------