summary refs log tree commit diff
path: root/src/models/Channel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/Channel.ts')
-rw-r--r--src/models/Channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Channel.ts b/src/models/Channel.ts

index 3ab571e7..bf03c939 100644 --- a/src/models/Channel.ts +++ b/src/models/Channel.ts
@@ -37,7 +37,7 @@ export const ChannelModel = db.model<ChannelDocument>("Channel", ChannelSchema, export interface Channel { id: bigint; - created_at: number; + created_at: Date; name: string; type: number; }