Update script and initial run
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -32,6 +32,7 @@ const configSchema = z.object({
|
||||
addedDate: z.coerce.date(),
|
||||
order: z.number().optional(),
|
||||
state: z.enum('active', 'inactive', 'archived'),
|
||||
age: z.number().optional(),
|
||||
});
|
||||
|
||||
async function main() {
|
||||
|
||||
Reference in New Issue
Block a user