change: prettier code

This commit is contained in:
Skillz4Killz
2021-06-13 13:34:53 +00:00
committed by GitHub Action
parent f2177e8ca6
commit 69d5639764

View File

@@ -17,4 +17,4 @@ export function channelToThread(channel: Channel) {
};
}
export type Thread = ReturnType<typeof channelToThread>
export type Thread = ReturnType<typeof channelToThread>;