1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-26 13:29:14 +03:00

ci: Fix typecheck for nodes-base (no-changelog) (#9630)

This commit is contained in:
Iván Ovejero 2024-06-05 12:33:02 +02:00 committed by GitHub
parent 1563bf571d
commit f94090b48c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,10 @@ class CredentialType implements ICredentialTypes {
const credentialTypes = new CredentialType();
class CredentialsHelper extends ICredentialsHelper {
getCredentialsProperties() {
return [];
}
async authenticate(
credentials: ICredentialDataDecryptedObject,
typeName: string,