mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-27 03:02:30 +00:00
Fix oss build issues
This commit is contained in:
@@ -6,6 +6,7 @@ export async function fireHealthCheckHealthyAlert(
|
||||
healthCheckName?: string,
|
||||
healthCheckTargetId?: number | null,
|
||||
extra?: Record<string, unknown>,
|
||||
send: boolean = true,
|
||||
trx?: unknown
|
||||
): Promise<void> {
|
||||
return;
|
||||
@@ -17,6 +18,7 @@ export async function fireHealthCheckUnhealthyAlert(
|
||||
healthCheckName?: string,
|
||||
healthCheckTargetId?: number | null,
|
||||
extra?: Record<string, unknown>,
|
||||
send: boolean = true,
|
||||
trx?: unknown
|
||||
): Promise<void> {
|
||||
return;
|
||||
@@ -28,7 +30,8 @@ export async function fireHealthCheckUnknownAlert(
|
||||
healthCheckName?: string | null,
|
||||
healthCheckTargetId?: number | null,
|
||||
extra?: Record<string, unknown>,
|
||||
send: boolean = true,
|
||||
trx?: unknown
|
||||
): Promise<void> {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user