Remove unused requestDefaults from Probo node
The Probo node implements execute() directly, so n8n never applies requestDefaults from the node description. Drop the dead block flagged in marketplace review. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
committed by
Sacha Al Himdani
parent
512fc714de
commit
b770e226a3
@@ -52,12 +52,6 @@ export class Probo implements INodeType {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
requestDefaults: {
|
|
||||||
headers: {
|
|
||||||
Accept: 'application/json',
|
|
||||||
'Content-Type': 'application/json',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
displayName: 'Authentication',
|
displayName: 'Authentication',
|
||||||
|
|||||||
Reference in New Issue
Block a user