Skip to content

Commit 548f9c6

Browse files
committed
Prettify
1 parent 6844e46 commit 548f9c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/client/Qiita.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ export class Qiita extends Gateway {
3434

3535
if (result === 'reset') {
3636
next = initialUrl;
37-
} else {
38-
next = getNextUrl(response.headers);
39-
if (!next) { break; }
37+
}
38+
39+
next = getNextUrl(response.headers);
40+
41+
if (!next) {
42+
break;
4043
}
4144
}
4245
}

0 commit comments

Comments
 (0)