diff options
Diffstat (limited to 'bug/op_create.go')
-rw-r--r-- | bug/op_create.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_create.go b/bug/op_create.go index f3757f89..e0e8154b 100644 --- a/bug/op_create.go +++ b/bug/op_create.go @@ -173,3 +173,6 @@ func CreateWithFiles(author identity.Interface, unixTime int64, title, message s return newBug, createOp, nil } + +// Sign post method for gqlgen +func (item *CreateTimelineItem) IsAuthored() {} |