undef check
This commit is contained in:
@@ -174,8 +174,8 @@ exports.loadFeeds = function () {
|
|||||||
console.log(err + " " + feedBlock.link);
|
console.log(err + " " + feedBlock.link);
|
||||||
//return;
|
//return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (feed !== null) {
|
if (feed != undefined) {
|
||||||
feed.items.forEach(item => {
|
feed.items.forEach(item => {
|
||||||
var foundFeed = false;
|
var foundFeed = false;
|
||||||
linkFlayerMap.forEach(linkFlay => {
|
linkFlayerMap.forEach(linkFlay => {
|
||||||
|
|||||||
Reference in New Issue
Block a user