diff --git a/src/util/channel_to_thread.ts b/src/util/channel_to_thread.ts index 55b764c4b..d70f3e0af 100644 --- a/src/util/channel_to_thread.ts +++ b/src/util/channel_to_thread.ts @@ -17,4 +17,4 @@ export function channelToThread(channel: Channel) { }; } -export type Thread = ReturnType \ No newline at end of file +export type Thread = ReturnType;