Fix stub wrong function name

This commit is contained in:
Owen
2026-04-21 21:54:46 -07:00
parent c24db3df0e
commit e2814517d6
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ export async function fireHealthCheckHealthyAlert(
return;
}
export async function fireHealthCheckNotHealthyAlert(
export async function fireHealthCheckUnealthyAlert(
orgId: string,
healthCheckId: number,
healthCheckName?: string,