Skip to content

Commit 0304094

Browse files
committed
fix typo
1 parent f6e62c9 commit 0304094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ client
5454
const { pageInfo, edges } = result.data.organization.repositories;
5555
const { endCursor, hasNextPage } = pageInfo;
5656

57-
console.log('second page', edges.length);
57+
console.log('first page', edges.length);
5858
console.log('endCursor', endCursor);
5959

6060
return pageInfo;

0 commit comments

Comments
 (0)