Skip to content

Commit

Permalink
Comment ephemeral 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 3523de0 commit b13449b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const MonitorSchema = z.object({
name: z.string(),
label: z.string(),
type: z.string(),
//ephemeral: z.boolean().optional().generate(() => false),
description: z.string(),
endpoint: z.string().nullable(),
})
Expand Down

0 comments on commit b13449b

Please sign in to comment.