Skip to content

Commit

Permalink
Merge pull request #1607 from Spiteless/ts.fixMissingImport_generateE…
Browse files Browse the repository at this point in the history
…ventData

fix: Add missing import generateEventData
  • Loading branch information
jbubar authored Mar 5, 2024
2 parents 5b5a982 + aa3c26e commit d89c330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/workers/createRecurringEvents.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const generateEventData = require('./lib/generateEventData');

module.exports = (cron, fetch) => {

// Check to see if any recurring events are happening today,
Expand Down

0 comments on commit d89c330

Please sign in to comment.