forgot that one

This commit is contained in:
ITOH
2021-05-03 21:55:08 +02:00
parent 8f680fb936
commit 9c3c8c58ac
@@ -5,7 +5,7 @@ import { endpoints } from "../../../util/constants.ts";
export async function getActiveThreads(channelId: bigint) { export async function getActiveThreads(channelId: bigint) {
// TODO(threads): perm check // TODO(threads): perm check
// TODO(threads): test if it works // TODO(threads): test if it works
return rest.runMethod( return await rest.runMethod(
"get", "get",
endpoints.THREAD_ACTIVE(channelId), endpoints.THREAD_ACTIVE(channelId),
); );