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 e10e499 commit 0f8e2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modules/twilio/twilio.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Twilio } from 'twilio';

import { db } from '@oyster/db';

import { GetBullJobData } from '@/infrastructure/bull.types';
import type { GetBullJobData } from '@/infrastructure/bull.types';

const twilioNumber = 'INSERT HERE';
const accountSid = 'INSERT HERE';
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/modules/twilio/twilio.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const twilioWorker = registerWorker(
'twilio',
TwilioMessagingBullJob,
async (job) => {

Check failure on line 11 in packages/core/src/modules/twilio/twilio.worker.ts

View workflow job for this annotation

GitHub Actions / CI

Delete `⏎····`
return match(job)
.with({ name: 'twilio.messaging' }, ({ data }) => {
console.log('yello manny');
Expand Down

0 comments on commit 0f8e2b6

Please sign in to comment.