mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Improve community nodes loading (#5608)
This commit is contained in:
committed by
GitHub
parent
970c124260
commit
161de110ce
@@ -451,7 +451,6 @@ export class CredentialsHelper extends ICredentialsHelper {
|
||||
type: string,
|
||||
data: ICredentialDataDecryptedObject,
|
||||
): Promise<void> {
|
||||
// eslint-disable-next-line @typescript-eslint/await-thenable
|
||||
const credentials = await this.getCredentials(nodeCredentials, type);
|
||||
|
||||
if (!Db.isInitialized) {
|
||||
|
||||
Reference in New Issue
Block a user