mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Revert rule @typescript-eslint/prefer-nullish-coalescing
This commit is contained in:
@@ -104,7 +104,7 @@ export async function salesforceApiRequest(
|
||||
const options = getOptions.call(
|
||||
this,
|
||||
method,
|
||||
uri ?? endpoint,
|
||||
uri || endpoint,
|
||||
body,
|
||||
qs,
|
||||
instance_url as string,
|
||||
@@ -125,7 +125,7 @@ export async function salesforceApiRequest(
|
||||
const options = getOptions.call(
|
||||
this,
|
||||
method,
|
||||
uri ?? endpoint,
|
||||
uri || endpoint,
|
||||
body,
|
||||
qs,
|
||||
credentials.oauthTokenData.instance_url,
|
||||
|
||||
Reference in New Issue
Block a user