fix: remove return false

This commit is contained in:
Derrick Hammer 2024-01-25 09:58:53 -05:00
parent 46b407bd9a
commit f4b981f97f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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