Skip to content

Commit

Permalink
feat(metric-issues): Add lastChecked to OpenPeriod (#83970)
Browse files Browse the repository at this point in the history
Add the new field to the GroupOpenPeriod definition. The backend change
that adds this field is #83969
  • Loading branch information
snigdhas authored Jan 23, 2025
1 parent 0304769 commit ebc29a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/types/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ export interface GroupOpenPeriod {
end: string;
isOpen: boolean;
start: string;
lastChecked?: string;
}

export interface GroupReprocessing extends BaseGroup, GroupStats {
Expand Down

0 comments on commit ebc29a3

Please sign in to comment.