Skip to content

Commit

Permalink
fix: typo in brevo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois authored Nov 6, 2024
1 parent 2ca3a67 commit e78ae2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/healthcheck/src/checks/brevo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function brevoCheck(apiKey: string): Check {
name: 'brevo',
async test() {
const url =
'https://api.breveo.com/v3/smtp/statistics/aggregatedReport';
'https://api.brevo.com/v3/smtp/statistics/aggregatedReport';
const options = {
method: 'GET',
headers: {
Expand Down

0 comments on commit e78ae2a

Please sign in to comment.