Skip to content

Commit

Permalink
lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Habeebah157 committed Dec 10, 2024
1 parent e229e1d commit 2f60fff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/modules/twilio/twilio.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const twilioWorker = registerWorker(
'twilio',
TwilioMessagingBullJob,
async (job) => {

return match(job)
.with({ name: 'twilio.messaging' }, ({ data }) => {
return sendMessages(data);
Expand Down

0 comments on commit 2f60fff

Please sign in to comment.