aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/hook.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/receivepack/service/hook.go')
-rw-r--r--network/receivepack/service/hook.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/receivepack/service/hook.go b/network/receivepack/service/hook.go
index 7f7b88b5..1a116b62 100644
--- a/network/receivepack/service/hook.go
+++ b/network/receivepack/service/hook.go
@@ -2,7 +2,6 @@ package service
import (
"context"
- "io"
"codeberg.org/lindenii/furgit/common/iowrap"
commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read"
@@ -13,7 +12,7 @@ import (
type HookIO struct {
Progress iowrap.WriteFlusher
- Error io.Writer
+ Error iowrap.WriteFlusher
}
type RefUpdate struct {