aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_status.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_set_status.go')
-rw-r--r--bug/op_set_status.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/bug/op_set_status.go b/bug/op_set_status.go
index ca8c434a..e22ded54 100644
--- a/bug/op_set_status.go
+++ b/bug/op_set_status.go
@@ -18,9 +18,6 @@ type SetStatusOperation struct {
Status Status `json:"status"`
}
-// Sign-post method for gqlgen
-func (op *SetStatusOperation) IsOperation() {}
-
func (op *SetStatusOperation) Id() entity.Id {
return idOperation(op, &op.OpBase)
}