We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed99705 commit 41cbb9fCopy full SHA for 41cbb9f
src/index.ts
@@ -4,7 +4,7 @@ export { mqRSSAdd } from './functions/mq/rss/add';
4
export { mqRSSAddAll } from './functions/mq/rss/addAll';
5
export { mqRSSAddRecentlyUpdatedFeedsFromPodcastIndex } from './functions/mq/rss/addRecentlyUpdatedFeedsFromPodcastIndex';
6
export { mqRSSSetupDlqConsumers } from './functions/mq/rss/dlqHandling';
7
-export { mqRSSRunParser, getIsProcessing } from './functions/mq/rss/runParser';
+export { mqRSSRunParser } from './functions/mq/rss/runParser';
8
export { mqRSSRunLiveItemListener } from './functions/mq/rss/runLiveItemListener';
9
10
export { ActiveMQArtemisService, ActiveMQArtemisServiceParams } from './services/activeMQArtemis';
0 commit comments