only use starred repos
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
3a03e2452e
commit
4bc432f66d
@ -5,7 +5,7 @@ window.addEventListener("DOMContentLoaded", init);
|
|||||||
async function init () {
|
async function init () {
|
||||||
const octokit = new Octokit()
|
const octokit = new Octokit()
|
||||||
|
|
||||||
let repos = await octokit.request('GET /users/ltcptgeneral/repos', {
|
let repos = await octokit.request('GET /users/ltcptgeneral/starred', {
|
||||||
username: 'ltcptgeneral'
|
username: 'ltcptgeneral'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user