mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
ci: Stop disabling linting rules that are explicitly set to warn (no-changelog) (#7669)
This commit is contained in:
committed by
GitHub
parent
ad596abeb9
commit
5edf722209
@@ -103,7 +103,6 @@ export async function truncate(collections: CollectionName[]) {
|
||||
if (typeof collection === 'string') {
|
||||
await Db.collections[collection].delete({});
|
||||
} else {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
await Container.get(collection as { new (): Repository<any> }).delete({});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user