Skip to content

Commit 03391d8

Browse files
Update src/apis/http-client/index.ts
Co-authored-by: Demetrio Marino <[email protected]>
1 parent e689889 commit 03391d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apis/http-client/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export class HTTPClient {
8989
maxPage = 10,
9090
): Promise<T[]> {
9191
const url = new URL(path, this.baseURL)
92-
// TODO: should it be `perPage`?
9392
params.set('per_page', '200')
9493

9594
const results: T[] = []

0 commit comments

Comments
 (0)