🐛 Fix doesn't get has lifecycle settings buckets correctly
This commit is contained in:
@ -42,7 +42,7 @@ func RunMarkDeletionTask() {
|
||||
}
|
||||
|
||||
var pendingPools []models.AttachmentPool
|
||||
for _, pool := range pendingPools {
|
||||
for _, pool := range pools {
|
||||
if pool.Config.Data().ExistLifecycle != nil {
|
||||
pendingPools = append(pendingPools, pool)
|
||||
}
|
||||
|
Reference in New Issue
Block a user