Changes based on feedback

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2026-02-17 17:15:07 -06:00
parent 29e27ac704
commit d00a492570
61 changed files with 69 additions and 61 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const configSchema = z.object({
addedDate: z.coerce.date(),
order: z.number().optional(),
state: z.enum(['active', 'inactive', 'archived']),
age: z.number().optional(),
staleSince: z.coerce.date().optional(),
});
async function main() {