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.
1 parent 815369b commit f133443Copy full SHA for f133443
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