mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Lazy load nodes for credentials testing (#4760)
This commit is contained in:
committed by
GitHub
parent
3d67df490c
commit
0a7a2f3e41
@@ -282,10 +282,9 @@ export class CredentialsService {
|
||||
user: User,
|
||||
encryptionKey: string,
|
||||
credentials: ICredentialsDecrypted,
|
||||
nodeToTestWith: string | undefined,
|
||||
): Promise<INodeCredentialTestResult> {
|
||||
const helper = new CredentialsHelper(encryptionKey);
|
||||
|
||||
return helper.testCredentials(user, credentials.type, credentials, nodeToTestWith);
|
||||
return helper.testCredentials(user, credentials.type, credentials);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user