Skip to content

Commit

Permalink
fix(index): fix filename in require
Browse files Browse the repository at this point in the history
  • Loading branch information
wisley7l committed Jul 16, 2024
1 parent 5d0b412 commit e953faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ exports.pusubExportToHorusEvent = require('./lib/pub-sub/utils')

// cron jobs
const handleEventsHorus = require('./lib/cron-events-horus')
const handleSyncEcomHorus = require('./lib/integration/sync-queue')
const handleQueuePubSub = require('./lib/pub-sub/exec-queue-pub-sub')
const handleSyncEcomHorus = require('./lib/integration/queue-import-export')
const handleQueuePubSub = require('./lib/pub-sub/queue-retry-pub-sub')
const eventsCron = '*/1 * * * *'

exports.horusEvents = functions
Expand Down

0 comments on commit e953faf

Please sign in to comment.