Skip to content

Commit f1ae82c

Browse files
authored
Soft-delete integrations when removing them (#855)
1 parent 6f747d8 commit f1ae82c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/src/database/repositories/integrationRepository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ class IntegrationRepository {
113113

114114
await record.destroy({
115115
transaction,
116-
force: true,
117116
})
118117

119118
await this._createAuditLog(AuditLogRepository.DELETE, record, record, options)

0 commit comments

Comments
 (0)