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:
@@ -236,7 +236,7 @@ export async function odooGet(
|
||||
mapOdooResources[resource] || resource,
|
||||
mapOperationToJSONRPC[operation],
|
||||
[+itemsID] || [],
|
||||
fieldsToReturn ?? [],
|
||||
fieldsToReturn || [],
|
||||
],
|
||||
},
|
||||
id: Math.floor(Math.random() * 100),
|
||||
@@ -275,7 +275,7 @@ export async function odooGetAll(
|
||||
mapOdooResources[resource] || resource,
|
||||
mapOperationToJSONRPC[operation],
|
||||
(filters && processFilters(filters)) || [],
|
||||
fieldsToReturn ?? [],
|
||||
fieldsToReturn || [],
|
||||
0, // offset
|
||||
limit,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user