aboutsummaryrefslogtreecommitdiffstats
path: root/operations/label_change.go
diff options
context:
space:
mode:
Diffstat (limited to 'operations/label_change.go')
-rw-r--r--operations/label_change.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/operations/label_change.go b/operations/label_change.go
index 551b8be0..26e7e94c 100644
--- a/operations/label_change.go
+++ b/operations/label_change.go
@@ -14,8 +14,8 @@ var _ bug.Operation = LabelChangeOperation{}
// LabelChangeOperation define a Bug operation to add or remove labels
type LabelChangeOperation struct {
bug.OpBase
- Added []bug.Label
- Removed []bug.Label
+ Added []bug.Label `json:"added"`
+ Removed []bug.Label `json:"removed"`
}
// Apply apply the operation