summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-05 11:01:54 -0600
committerMathMan05 <mathmanrm@gmail.com>2026-02-05 11:01:54 -0600
commit00c77576f366723c5f2bc1238c999faec860a2bf (patch)
tree8674f390141598c6b7b418b4e67b58fec1682381
parentso many type screw ups (diff)
downloadserver-ts-00c77576f366723c5f2bc1238c999faec860a2bf.tar.xz
another type screw up
-rw-r--r--src/schemas/uncategorised/ChannelModifySchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemas/uncategorised/ChannelModifySchema.ts b/src/schemas/uncategorised/ChannelModifySchema.ts

index 7230eed1..70501b99 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 })[]; }