mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-01 07:42:26 -05:00
fix linting errors
This commit is contained in:
parent
f6fd10e516
commit
8ba653d5eb
2 changed files with 7 additions and 7 deletions
|
|
@ -28,14 +28,14 @@ export class HttpBinApi implements ICredentialType {
|
|||
// stating how this credential is injected as part of the request
|
||||
// An example is the Http Request node that can make generic calls
|
||||
// reusing this credential
|
||||
authenticate = {
|
||||
authenticate: IAuthenticateGeneric = {
|
||||
type: 'generic',
|
||||
properties: {
|
||||
headers: {
|
||||
Authorization: '={{"Bearer " + $credentials.token}}',
|
||||
},
|
||||
},
|
||||
} as IAuthenticateGeneric;
|
||||
};
|
||||
|
||||
// The block below tells how this credential can be tested
|
||||
test: ICredentialTestRequest = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue