Skip to content

Commit 47327b8

Browse files
KillianGKillianG
authored andcommitted
Remove dmf-specific location handling
Issue: BB-642
1 parent 61b9e9a commit 47327b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

extensions/lifecycle/LifecycleQueuePopulator.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,6 @@ class LifecycleQueuePopulator extends QueuePopulatorExtension {
410410
return;
411411
}
412412

413-
// cold delete only supported for archived objects in DMF backend
414-
if (locationConfig.type !== 'dmf') {
415-
return;
416-
}
417-
418413
const isMaster = isMasterKey(entry.key);
419414
const isVersionedMaster = isMaster && !!value.versionId && !value.isNull;
420415
const isNullVersion = !isMaster && value.isNull;

0 commit comments

Comments
 (0)