Skip to content

Commit

Permalink
ci: Fix typecheck for nodes-base (no-changelog) (#9630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Jun 5, 2024
1 parent 1563bf5 commit f94090b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nodes-base/test/nodes/Helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ class CredentialType implements ICredentialTypes {
const credentialTypes = new CredentialType();

class CredentialsHelper extends ICredentialsHelper {
getCredentialsProperties() {
return [];
}

async authenticate(
credentials: ICredentialDataDecryptedObject,
typeName: string,
Expand Down

0 comments on commit f94090b

Please sign in to comment.