Skip to content

Commit

Permalink
chore: remove the projects? Property from ICreateGroupModel (#8246)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomasheartman authored Oct 2, 2024
1 parent 5f7e21f commit aa28b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/types/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export interface IGroupModel extends IGroup {

export interface ICreateGroupModel extends Omit<IGroup, 'id'> {
users?: ICreateGroupUserModel[];
projects?: string[];
}

export interface IGroupProject {
Expand Down

0 comments on commit aa28b78

Please sign in to comment.