aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug.go')
-rw-r--r--bug/bug.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/bug.go b/bug/bug.go
index f1bd1114..0604d11d 100644
--- a/bug/bug.go
+++ b/bug/bug.go
@@ -681,3 +681,6 @@ func (bug *Bug) Compile() Snapshot {
return snap
}
+
+// Sign post method for gqlgen
+func (bug *Bug) IsAuthored() {}