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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/operations/label_change.go b/operations/label_change.go
index 0ae4e032..478fbe30 100644
--- a/operations/label_change.go
+++ b/operations/label_change.go
@@ -12,7 +12,7 @@ var _ bug.Operation = LabelChangeOperation{}
// LabelChangeOperation define a Bug operation to add or remove labels
type LabelChangeOperation struct {
- bug.OpBase
+ *bug.OpBase
Added []bug.Label `json:"added"`
Removed []bug.Label `json:"removed"`
}