From 1410a1af75b1ab9ea3f980a7e372728f9a123abf Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 23 Dec 2018 17:11:37 +0100 Subject: upgrade gqlgen to v0.7.1 --- bug/op_add_comment.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bug/op_add_comment.go') diff --git a/bug/op_add_comment.go b/bug/op_add_comment.go index e304a6ef..c19b9593 100644 --- a/bug/op_add_comment.go +++ b/bug/op_add_comment.go @@ -69,6 +69,9 @@ func (op *AddCommentOperation) Validate() error { return nil } +// Sign post method for gqlgen +func (op *AddCommentOperation) IsAuthored() {} + func NewAddCommentOp(author Person, unixTime int64, message string, files []git.Hash) *AddCommentOperation { return &AddCommentOperation{ OpBase: newOpBase(AddCommentOp, author, unixTime), -- cgit