mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 23:56:37 +00:00
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;
|
|
}
|