Skip to content

Commit fab92e8

Browse files
authored
Update gitapi.js
1 parent 4d09865 commit fab92e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/gitapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ let git = {
174174

175175
} else { // else, show all repositories
176176

177-
query += '/user/repos?visibility=all&sort=pushed&per_page=100&page=1';
177+
query += '/user/repos?visibility=all&sort=updated&per_page=100&page=1';
178178

179179
}
180180

0 commit comments

Comments
 (0)