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