Skip to content

Commit

Permalink
chore(aih): make nextUp list type be the default
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Jan 9, 2025
1 parent 88bcfef commit 705fd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/ai-hero/src/lib/lists-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function createList(input: {
fields: {
title: input.title,
description: input.description,
type: 'nextUp',
state: 'draft',
visibility: 'unlisted',
slug: `${slugify(input.title)}~${guid()}`,
Expand Down

0 comments on commit 705fd3f

Please sign in to comment.