mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 01:31:06 +00:00
b8822b4d25
Fixes #2968
6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import { AlertContext } from "@server/routers/alertRule/types";
|
|
|
|
export async function processAlerts(context: AlertContext): Promise<void> {
|
|
return;
|
|
}
|