Skip to content

Commit

Permalink
fix: Fix import for generateRecurringEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Mar 13, 2024
1 parent d29446f commit 89becb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/workers/createRecurringEvents.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const generateEventData = require('./lib/generateEventData');
const { generateEventData } = require('./lib/generateEventData');

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

Expand Down

0 comments on commit 89becb2

Please sign in to comment.