Merge branch 'master' into plugin-implementation-demo

This commit is contained in:
advplyr 2024-12-22 12:03:08 -06:00
commit a762e6ca03
8 changed files with 135 additions and 63 deletions

View file

@ -342,7 +342,6 @@ class RssFeedManager {
}
})
if (!feed) {
Logger.warn(`[RssFeedManager] closeFeedForEntityId: Feed not found for entity id ${entityId}`)
return false
}
return this.handleCloseFeed(feed)