Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-02-16 18:42:25 -06:00
parent a3ce046b95
commit ca1c1dd03f
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const configSchema = z.object({
npmPackageName: z.string(),
addedDate: z.coerce.date(),
order: z.number().optional(),
state: z.enum('active', 'inactive', 'archived'),
state: z.enum(['active', 'inactive', 'archived']),
age: z.number().optional(),
});