Revert autoupdate

This commit is contained in:
Alex Khaerov
2021-10-21 21:42:13 +08:00
parent 14f366dbf4
commit 6f1eceb0e2

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
}