diff --git a/protocols/s5.go b/protocols/s5.go index efc624c..0de097a 100644 --- a/protocols/s5.go +++ b/protocols/s5.go @@ -126,7 +126,7 @@ func (s S5ProviderStore) CanProvide(hash *encoding.Multihash, kind []types.Stora if upload.Completed { return true } - return false + } if exists, _ := s.proto.portal.Storage().FileExists(rawHash); exists { return true