aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_create.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_create.go')
-rw-r--r--bug/op_create.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/bug/op_create.go b/bug/op_create.go
index 2423e571..e3e38ade 100644
--- a/bug/op_create.go
+++ b/bug/op_create.go
@@ -27,9 +27,6 @@ type CreateOperation struct {
Files []repository.Hash `json:"files"`
}
-// Sign-post method for gqlgen
-func (op *CreateOperation) IsOperation() {}
-
func (op *CreateOperation) Id() entity.Id {
return idOperation(op, &op.OpBase)
}