fix: update cycle error (#3530)

* fix: update cycle response and implement required changes

* chore: update cycle response
This commit is contained in:
Anmol Singh Bhatia
2024-02-01 13:32:37 +05:30
committed by GitHub
parent 4fc4da7982
commit 4e600e4e9b
5 changed files with 18 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ export interface ICycle {
is_favorite: boolean;
issue: string;
name: string;
owned_by: IUser;
owned_by: string;
project: string;
project_detail: IProjectLite;
status: TCycleGroups;