aboutsummaryrefslogtreecommitdiffstats
path: root/bug/snapshot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/snapshot.go')
-rw-r--r--bug/snapshot.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/snapshot.go b/bug/snapshot.go
index 53f6873a..a4661b14 100644
--- a/bug/snapshot.go
+++ b/bug/snapshot.go
@@ -86,3 +86,6 @@ func (snap *Snapshot) addParticipant(participant identity.Interface) {
snap.Participants = append(snap.Participants, participant)
}
+
+// Sign post method for gqlgen
+func (snap *Snapshot) IsAuthored() {}