mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Disable errors obfuscation (no-changelog) (#10617)
This commit is contained in:
@@ -452,7 +452,7 @@ export class Jwt implements INodeType {
|
||||
'Be sure that the provided JWT token is correctly encoded and matches the selected credentials',
|
||||
});
|
||||
}
|
||||
if (this.continueOnFail(error)) {
|
||||
if (this.continueOnFail()) {
|
||||
returnData.push({
|
||||
json: this.getInputData(itemIndex)[0].json,
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user