Skip to content

Commit

Permalink
Code formatting via make prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Code formatting workflow bot committed Feb 19, 2024
1 parent 4705826 commit 56850fc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,7 @@ const podcastEpisodeCollection = defineCollection({
length_second: z.number(),
pubDate: z.date(),
rtlplus: z.string(),
six_user_needs: z.array(
z.enum([
"Update me",
"Keep me on the trend",
"Give me perspective",
"Inspire me",
"Amuse/divert me",
"Educate me",
])
),
six_user_needs: z.array(z.enum(['Update me', 'Keep me on the trend', 'Give me perspective', 'Inspire me', 'Amuse/divert me', 'Educate me'])),
speaker: z.array(
z.object({
name: z.string(),
Expand Down

0 comments on commit 56850fc

Please sign in to comment.