mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix typecheck for nodes-base (no-changelog) (#9630)
This commit is contained in:
@@ -95,6 +95,10 @@ class CredentialType implements ICredentialTypes {
|
||||
const credentialTypes = new CredentialType();
|
||||
|
||||
class CredentialsHelper extends ICredentialsHelper {
|
||||
getCredentialsProperties() {
|
||||
return [];
|
||||
}
|
||||
|
||||
async authenticate(
|
||||
credentials: ICredentialDataDecryptedObject,
|
||||
typeName: string,
|
||||
|
||||
Reference in New Issue
Block a user