Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Nov 20, 2023
1 parent 9d4703b commit 5b13d8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/lib/messaging/sending.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@ async function sendMultipleTousABordNotificationEmails(limit: number) {
console.log(results)
}

async function processSingleEmail(
emailType: EmailType,
followupId: string
) {
async function processSingleEmail(emailType: EmailType, followupId: string) {
const followup: Followup | null = await Followups.findById(followupId)
if (!followup) {
throw new Error("Followup not found")
Expand Down

0 comments on commit 5b13d8c

Please sign in to comment.