feat: Allow deletion of imports (#5907)
This commit is contained in:
@@ -13,7 +13,7 @@ describe("DetachDraftsFromCollectionTask", () => {
|
||||
createdById: collection.createdById,
|
||||
teamId: collection.teamId,
|
||||
});
|
||||
await collection.destroy();
|
||||
await collection.destroy({ hooks: false });
|
||||
|
||||
const task = new DetachDraftsFromCollectionTask();
|
||||
await task.perform({
|
||||
|
||||
Reference in New Issue
Block a user