fix import path

This commit is contained in:
Alex Holliday
2025-09-23 15:23:20 -07:00
parent 68f4adfbfe
commit 66e5441bdf
@@ -1,4 +1,4 @@
import { IMonitor, INotificationChannel } from "../../../db/v2/models/index.js";
import { IMonitor, INotificationChannel } from "../../../../db/v2/models/index.js";
export interface IAlert {
name: string;