mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat(core): Add LDAP support (#3835)
This commit is contained in:
@@ -9,13 +9,3 @@ declare module 'supertest' {
|
||||
extends superagent.SuperAgent<T>,
|
||||
Record<string, any> {}
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `repository.delete({})` (non-criteria) from triggering the type error
|
||||
* `Expression produces a union type that is too complex to represent.ts(2590)`
|
||||
*/
|
||||
declare module 'typeorm' {
|
||||
interface Repository<Entity extends ObjectLiteral> {
|
||||
delete(criteria: {}): Promise<void>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user