mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: remove the projects? Property from ICreateGroupModel (#8246)
This property does not seem to be used anywhere, so we can remove it. Can't find any references in code here or in enterprise. Let's try it and see if it breaks.
This commit is contained in:
parent
5f7e21f1e7
commit
aa28b78c30
@ -36,7 +36,6 @@ export interface IGroupModel extends IGroup {
|
||||
|
||||
export interface ICreateGroupModel extends Omit<IGroup, 'id'> {
|
||||
users?: ICreateGroupUserModel[];
|
||||
projects?: string[];
|
||||
}
|
||||
|
||||
export interface IGroupProject {
|
||||
|
Loading…
Reference in New Issue
Block a user