aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/run_hook.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 05:51:21 +0000
committerGravatar Runxi Yu2026-03-30 05:51:21 +0000
commit15913e07963cb12ee3ef9384a17b378d932d9fdd (patch)
treeec7683da34de557bb3dd41ce08b627d9256b90ef /network/receivepack/service/run_hook.go
parentobject/*: Fix lints (diff)
signatureNo signature
network/receivepack/service: Remove erroneous assignment v0.1.153
Diffstat (limited to 'network/receivepack/service/run_hook.go')
-rw-r--r--network/receivepack/service/run_hook.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/receivepack/service/run_hook.go b/network/receivepack/service/run_hook.go
index f08cc337..a72bc6eb 100644
--- a/network/receivepack/service/run_hook.go
+++ b/network/receivepack/service/run_hook.go
@@ -66,7 +66,6 @@ func (service *Service) runHook(
return nil, nil, nil, false, err.Error()
}
- quarantineObjectsStore = quarantineLooseStore
quarantinedObjects = quarantineLooseStore
quarantinePackRoot, err = quarantineLooseRoot.OpenRoot("pack")