aboutsummaryrefslogtreecommitdiffstats
path: root/operations/set_status.go
diff options
context:
space:
mode:
Diffstat (limited to 'operations/set_status.go')
-rw-r--r--operations/set_status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/operations/set_status.go b/operations/set_status.go
index bafcf5ee..37ebac10 100644
--- a/operations/set_status.go
+++ b/operations/set_status.go
@@ -10,7 +10,7 @@ var _ bug.Operation = SetStatusOperation{}
type SetStatusOperation struct {
bug.OpBase
- Status bug.Status
+ Status bug.Status `json:"status"`
}
func (op SetStatusOperation) Apply(snapshot bug.Snapshot) bug.Snapshot {