From 00c77576f366723c5f2bc1238c999faec860a2bf Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 5 Feb 2026 11:01:54 -0600 Subject: [PATCH] another type screw up --- src/schemas/uncategorised/ChannelModifySchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/uncategorised/ChannelModifySchema.ts b/src/schemas/uncategorised/ChannelModifySchema.ts index 7230eed11..70501b993 100644 --- a/src/schemas/uncategorised/ChannelModifySchema.ts +++ b/src/schemas/uncategorised/ChannelModifySchema.ts @@ -49,5 +49,5 @@ export interface ChannelModifySchema { auto_archive_duration?: number; archived?: boolean; locked?: boolean; - available_tags?: TagCreateSchema & { id: string }; + available_tags?: (TagCreateSchema & { id: string })[]; }