Skip to content

Commit 41cbb9f

Browse files
committed
fix: remove unused 'getIsProcessing' export from mqRSSRunParser
1 parent ed99705 commit 41cbb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export { mqRSSAdd } from './functions/mq/rss/add';
44
export { mqRSSAddAll } from './functions/mq/rss/addAll';
55
export { mqRSSAddRecentlyUpdatedFeedsFromPodcastIndex } from './functions/mq/rss/addRecentlyUpdatedFeedsFromPodcastIndex';
66
export { mqRSSSetupDlqConsumers } from './functions/mq/rss/dlqHandling';
7-
export { mqRSSRunParser, getIsProcessing } from './functions/mq/rss/runParser';
7+
export { mqRSSRunParser } from './functions/mq/rss/runParser';
88
export { mqRSSRunLiveItemListener } from './functions/mq/rss/runLiveItemListener';
99

1010
export { ActiveMQArtemisService, ActiveMQArtemisServiceParams } from './services/activeMQArtemis';

0 commit comments

Comments
 (0)