Skip to content

Commit

Permalink
🎨 Improve purge repo
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Nov 23, 2024
1 parent 95e24cd commit fb3634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (s3 *S3) GetChunks(checkChunkIDs []string) (chunkIDs []string, err error) {
}

func (s3 *S3) GetIndex(id string) (index *entity.Index, err error) {
//index, err = s3.repoIndex(id)
index, err = s3.repoIndex(id)
if nil != err {
logging.LogErrorf("get index [%s] failed: %s", id, err)
return
Expand Down

0 comments on commit fb3634e

Please sign in to comment.