Fix oss build issues

This commit is contained in:
Owen
2026-04-27 16:30:54 -07:00
parent c03519b7f5
commit dbee049ac8
3 changed files with 10 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ export async function createTarget(
await fireHealthCheckUnhealthyAlert(
healthCheck[0].orgId,
healthCheck[0].targetHealthCheckId,
healthCheck[0].name,
healthCheck[0].name || "",
healthCheck[0].targetId,
undefined,
false, // dont send the alert because we just want to create the alert, not notify users yet
@@ -287,7 +287,7 @@ export async function createTarget(
await fireHealthCheckHealthyAlert(
healthCheck[0].orgId,
healthCheck[0].targetHealthCheckId,
healthCheck[0].name,
healthCheck[0].name || "",
healthCheck[0].targetId,
undefined,
false, // dont send the alert because we just want to create the alert, not notify users yet