File tree Expand file tree Collapse file tree 4 files changed +668
-462
lines changed
Expand file tree Collapse file tree 4 files changed +668
-462
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
2121
2222## Version history
2323
24- 0.1.2 - Fixed activation issue \
25- 0.1.1 - When running manually it will return the first item for the feed \
24+ 0.1.3 - Bumped versions and removed error output to match standard nodes
25+ 0.1.2 - Fixed activation issue
26+ 0.1.1 - When running manually it will return the first item for the feed
26270.1.0 - Initial Release
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export class RssFeedTrigger implements INodeType {
8888 }
8989 return null ;
9090 } catch ( error ) {
91- return [ this . helpers . returnJsonArray ( error ) ] ;
91+ return null ;
9292 }
9393 }
9494}
You can’t perform that action at this time.
0 commit comments