aboutsummaryrefslogtreecommitdiff
path: root/object/store/dual/quarantine_begin.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/dual/quarantine_begin.go')
-rw-r--r--object/store/dual/quarantine_begin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/dual/quarantine_begin.go b/object/store/dual/quarantine_begin.go
index 143bd57d..5c6bc934 100644
--- a/object/store/dual/quarantine_begin.go
+++ b/object/store/dual/quarantine_begin.go
@@ -5,7 +5,7 @@ import objectstore "codeberg.org/lindenii/furgit/object/store"
// BeginQuarantine creates one coordinated dual quarantine spanning both stores.
//
// Labels: Deps-Borrowed, Life-Parent, Close-No.
-func (dual *Dual) BeginQuarantine(opts objectstore.QuarantineOptions) (objectstore.WriterQuarantine, error) {
+func (dual *Dual) BeginQuarantine(opts objectstore.QuarantineOptions) (objectstore.Quarantine, error) {
objectQ, err := dual.object.BeginObjectQuarantine(opts.Object)
if err != nil {
return nil, err