Skip to content

Commit

Permalink
forgot to add case information to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyume committed Jan 13, 2022
1 parent 83f21eb commit b20e767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/send-reminders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const client = new Twilio(process.env.TWILIO_ACCOUNT_SID || '', process.env.TWIL
service: `send-reminders.ts`,
instance,
reminder: reminder.toJSON(),
case: c,
}});
await client.messages.create(options);

Expand Down

0 comments on commit b20e767

Please sign in to comment.