chore: Upgrade sequelize dependency

This commit is contained in:
Tom Moor
2022-06-06 21:54:54 +02:00
parent 4bccb4c4ec
commit e5b524e4c2
6 changed files with 116 additions and 137 deletions

View File

@@ -2296,7 +2296,6 @@ describe("#documents.delete", () => {
const { user, document, collection } = await seed();
// delete collection without hooks to trigger document deletion
await collection.destroy({
// @ts-expect-error type is incorrect here
hooks: false,
});
const res = await server.post("/api/documents.delete", {