We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 815369b + f133443 commit 1971b92Copy full SHA for 1971b92
rest/link.ts
@@ -93,7 +93,7 @@ export const readLinksBulk = async (
93
yield first.value.pages;
94
let followingId = first.value.followingId;
95
96
- while (!followingId) {
+ while (followingId) {
97
const result = await getLinks(project, { followingId, ...options });
98
99
// すでに認証は通っているので、ここでエラーになるはずがない
0 commit comments