Fix build errors
This commit is contained in:
parent
2476b64163
commit
344a34ac7c
|
@ -61,6 +61,8 @@ export function createGroupRequest(groupData?: {
|
|||
displayName: displayName,
|
||||
meta: {
|
||||
resourceType: "Group",
|
||||
created: new Date(),
|
||||
lastModified: new Date(),
|
||||
},
|
||||
}
|
||||
return group
|
||||
|
|
Loading…
Reference in New Issue