mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
👕 Fix lint issue
This commit is contained in:
parent
a546f599cd
commit
c90da82a7b
|
@ -46,7 +46,7 @@ export class RssFeedRead implements INodeType {
|
|||
|
||||
const parser = new Parser();
|
||||
|
||||
let feed: Parser.Output;
|
||||
let feed: Parser.Output<IDataObject>;
|
||||
try {
|
||||
feed = await parser.parseURL(url);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue