Skip to content

Commit

Permalink
Remove another use of .toLocaleDateString
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorreem committed Sep 26, 2023
1 parent 6089518 commit 8122de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webhooks/webhooks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class WebhooksService {
this.logger.log(
`First therapy session feedback email saved in db [email: ${
booking.clientEmail
}, session date: ${yesterday.toLocaleDateString()}]`,
}, session date: ${format(yesterday, 'dd/MM/yyy')}]`,
);
feedbackEmailsSent++;
}
Expand Down

0 comments on commit 8122de5

Please sign in to comment.