mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(Salesforce Node): Upgrade to API version 59 (#8346)
This commit is contained in:
parent
eb1320fd7a
commit
b51cbb325e
|
@ -29,7 +29,7 @@ function getOptions(
|
|||
method,
|
||||
body,
|
||||
qs,
|
||||
uri: `${instanceUrl}/services/data/v39.0${endpoint}`,
|
||||
uri: `${instanceUrl}/services/data/v59.0${endpoint}`,
|
||||
json: true,
|
||||
};
|
||||
|
||||
|
|
2387
test-results.json
2387
test-results.json
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue