Skip to content

Commit

Permalink
Fix cms cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Jul 21, 2022
1 parent 8b1c368 commit d2efafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/config/cron.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d2efafc

Please sign in to comment.