n8n-nodes-idb2b 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -276,13 +276,6 @@ class IDB2B {
|
|
|
276
276
|
required: true,
|
|
277
277
|
},
|
|
278
278
|
],
|
|
279
|
-
requestDefaults: {
|
|
280
|
-
baseURL: '={{$credentials.baseUrl}}',
|
|
281
|
-
headers: {
|
|
282
|
-
Accept: 'application/json',
|
|
283
|
-
'Content-Type': 'application/json',
|
|
284
|
-
},
|
|
285
|
-
},
|
|
286
279
|
properties: [
|
|
287
280
|
{
|
|
288
281
|
displayName: 'Resource',
|