Merge pull request #142 from vatesfr/marsaudf-parameter-fix
Fix: group.getAll() has no params.
This commit is contained in:
commit
e220786a20
@ -32,9 +32,6 @@ export async function getAll () {
|
||||
|
||||
getAll.description = 'returns all the existing group'
|
||||
getAll.permission = 'admin'
|
||||
getAll.params = {
|
||||
id: {type: 'string'}
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user