aboutsummaryrefslogtreecommitdiffstats
path: root/util/git/hash.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/git/hash.go')
-rw-r--r--util/git/hash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/git/hash.go b/util/git/hash.go
index 401e6edc..d9160d75 100644
--- a/util/git/hash.go
+++ b/util/git/hash.go
@@ -30,7 +30,7 @@ func (h *Hash) UnmarshalGQL(v interface{}) error {
// MarshalGQL implement the Marshaler interface for gqlgen
func (h Hash) MarshalGQL(w io.Writer) {
- w.Write([]byte(`"` + h.String() + `"`))
+ _, _ = w.Write([]byte(`"` + h.String() + `"`))
}
// IsValid tell if the hash is valid