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,