mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Salesforce (#932)
* fix salesforce error while get all using nextRecordsUrl The uri for using nextRecordsUrl to get all data in salesforce node is error. The right usage is fixed in this pr. * ⚡ Small changes * :zap Small fix Co-authored-by: YErii <yeriime@outlook.com> Co-authored-by: Jan <janober@users.noreply.github.com>
This commit is contained in:
@@ -36,11 +36,11 @@ export class PagerDutyOAuth2Api implements ICredentialType {
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Authentication',
|
||||
name: 'authentication',
|
||||
type: 'hidden' as NodePropertyTypes,
|
||||
default: 'header',
|
||||
description: 'Method of authentication.',
|
||||
},
|
||||
displayName: 'Authentication',
|
||||
name: 'authentication',
|
||||
type: 'hidden' as NodePropertyTypes,
|
||||
default: 'header',
|
||||
description: 'Method of authentication.',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user