fix: startThread await runMethod

This commit is contained in:
ITOH
2021-05-12 18:19:51 +02:00
parent 1bdd3f752f
commit d600f250b7
+1 -1
View File
@@ -28,7 +28,7 @@ export async function startThread(
} }
} }
return rest.runMethod( return await rest.runMethod(
"post", "post",
options?.messageId options?.messageId
? endpoints.THREAD_START_PUBLIC(channelId, options.messageId) ? endpoints.THREAD_START_PUBLIC(channelId, options.messageId)