mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Salesforce Node): Upgrade to API version 59 (#8346)
This commit is contained in:
@@ -29,7 +29,7 @@ function getOptions(
|
|||||||
method,
|
method,
|
||||||
body,
|
body,
|
||||||
qs,
|
qs,
|
||||||
uri: `${instanceUrl}/services/data/v39.0${endpoint}`,
|
uri: `${instanceUrl}/services/data/v59.0${endpoint}`,
|
||||||
json: true,
|
json: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
2387
test-results.json
2387
test-results.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user