From ae6cea568b121aeb348a9ff603b32ac803e606ff Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 1 Jan 2024 16:37:53 +0800 Subject: [PATCH] test: fix ci problem --- src/client/components/monitor/MonitorInfoEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/monitor/MonitorInfoEditor.tsx b/src/client/components/monitor/MonitorInfoEditor.tsx index 1cd7154..e3f284e 100644 --- a/src/client/components/monitor/MonitorInfoEditor.tsx +++ b/src/client/components/monitor/MonitorInfoEditor.tsx @@ -7,7 +7,7 @@ import { NotificationPicker } from '../notification/NotificationPicker'; export type MonitorInfoEditorValues = Omit< Monitor, - 'id' | 'workspaceId' | 'createdAt' + 'id' | 'workspaceId' | 'createdAt' | 'updatedAt' > & { id?: string; payload: Record;