Revert autoupdate

This commit is contained in:
Alex Khaerov 2021-10-21 21:42:13 +08:00
parent 14f366dbf4
commit 6f1eceb0e2
No known key found for this signature in database
GPG Key ID: 67B5BC574DECAF54
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func (b *Backend) Workspaces() ([]string, error) {
} else {
options = append(options, oss.Marker(lastObj))
}
bucket.ListObjects(options...)
resp, err = bucket.ListObjects(options...)
} else {
break
}