Compare commits
2 Commits
5e353db206
...
dd81f4c7e4
Author | SHA1 | Date | |
---|---|---|---|
dd81f4c7e4 | |||
416f2a1366 |
@ -33,7 +33,7 @@ export class ResponseUserGroup extends ResponsePrincipal implements IResponse {
|
|||||||
*/
|
*/
|
||||||
@IsArray()
|
@IsArray()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
permissions: string[];
|
permissions: string[] = new Array<string>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a ResponseUserGroup object from a userGroup.
|
* Creates a ResponseUserGroup object from a userGroup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user