Skip to content

Commit

Permalink
Comment ephemerals on monitors until it will be used
Browse files Browse the repository at this point in the history
  • Loading branch information
lluis-protofy-xyz committed Nov 4, 2024
1 parent d0fdfc7 commit 3523de0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export const MonitorSchema = z.object({
name: z.string(),
label: z.string(),
type: z.string(),
ephemeral: z.boolean().generate(() => false),
description: z.string(),
endpoint: z.string().nullable(),
})
Expand Down

0 comments on commit 3523de0

Please sign in to comment.