Skip to content

Commit

Permalink
Merge pull request #1614 from Spiteless/ts.hotFix_backend_import_crea…
Browse files Browse the repository at this point in the history
…teRecurringEvents.js

fix: Fix import for generateRecurringEvents
  • Loading branch information
trillium authored Mar 13, 2024
2 parents d29446f + 89becb2 commit 7044744
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 7044744

Please sign in to comment.