Skip to content

Commit

Permalink
fixed the property names
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxx committed May 12, 2023
1 parent e13f881 commit 29504de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/mrssFeedModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ export class MRSSFeed {
debug("Feed is newer than the cache, update the entries");
this.cache.updated = dayjs().unix();
const feedEntry = json.feed.entry;
console.log("FEED FEED FEEED")
console.log(json.feed)
let feedEntryLength;
if (feedEntry && feedEntry.length) {
feedEntryLength = feedEntry.length;
Expand Down

0 comments on commit 29504de

Please sign in to comment.