Skip to content

Commit

Permalink
Added age cleanup to post feed import routine
Browse files Browse the repository at this point in the history
  • Loading branch information
donbellamy committed Sep 29, 2020
1 parent 22822ce commit cc7ec24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interceptors/FeedItemCleanup.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ component extends="coldbox.system.Interceptor" {
*/
function aggregator_postFeedImport( event, interceptData ) {
var feed = arguments.interceptData.feed;
doAgeCleanup( feed );
doMaxItemCleanup( feed );
}

Expand Down

0 comments on commit cc7ec24

Please sign in to comment.