diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 10c6a9b60..50c144dae 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -147,8 +147,9 @@ func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) { // CrashID is a short summary of a crash for repro queires. type CrashID struct { - BuildID string - Title string + BuildID string + Title string + Corrupted bool } type NeedReproResp struct { |
