mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(core): Revert rule @typescript-eslint/prefer-nullish-coalescing
This commit is contained in:
@@ -89,7 +89,7 @@ export async function googleApiRequest(
|
||||
method,
|
||||
body,
|
||||
qs,
|
||||
uri: uri ?? `https://translation.googleapis.com${resource}`,
|
||||
uri: uri || `https://translation.googleapis.com${resource}`,
|
||||
json: true,
|
||||
};
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user