From 9c3c8c58acb51d319f34bead8b8ede1d9614e2bc Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Mon, 3 May 2021 21:55:08 +0200 Subject: [PATCH] forgot that one --- src/helpers/channels/threads/get_active_threads.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/channels/threads/get_active_threads.ts b/src/helpers/channels/threads/get_active_threads.ts index 6fd529bd2..2ed30691d 100644 --- a/src/helpers/channels/threads/get_active_threads.ts +++ b/src/helpers/channels/threads/get_active_threads.ts @@ -5,7 +5,7 @@ import { endpoints } from "../../../util/constants.ts"; export async function getActiveThreads(channelId: bigint) { // TODO(threads): perm check // TODO(threads): test if it works - return rest.runMethod( + return await rest.runMethod( "get", endpoints.THREAD_ACTIVE(channelId), );