From d2efafcc0e84c4e49fd4e03670db512496210f4d Mon Sep 17 00:00:00 2001 From: Dnouv Date: Thu, 21 Jul 2022 16:03:38 +0530 Subject: [PATCH] Fix cms cron task --- cms/config/cron.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/config/cron.js b/cms/config/cron.js index ea6f2bc4..76781158 100644 --- a/cms/config/cron.js +++ b/cms/config/cron.js @@ -1,5 +1,6 @@ 'use strict'; const { updateSpeakerData } = require('./speaker') +const { getLatestCommunityActivity } = require('./fetchTopPosts') /** * Cron config that gives you an opportunity * to run scheduled jobs.