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:
Cursor Agent
2026-07-02 15:00:29 +00:00
committed by Sacha Al Himdani
parent 512fc714de
commit b770e226a3

View File

@@ -52,12 +52,6 @@ export class Probo implements INodeType {
},
},
],
requestDefaults: {
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
},
properties: [
{
displayName: 'Authentication',