From f133443ec2d89771058c7d03daeaf0a010ed17ec Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Fri, 25 Mar 2022 21:53:45 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20=E8=AB=96=E7=90=86=E5=80=A4=E3=81=8C?= =?UTF-8?q?=E9=80=86=E3=81=A0=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/link.ts b/rest/link.ts index c4c28d8..34c4457 100644 --- a/rest/link.ts +++ b/rest/link.ts @@ -93,7 +93,7 @@ export const readLinksBulk = async ( yield first.value.pages; let followingId = first.value.followingId; - while (!followingId) { + while (followingId) { const result = await getLinks(project, { followingId, ...options }); // すでに認証は通っているので、ここでエラーになるはずがない