Skip to content

Commit c1b55ee

Browse files
authored
Update github-api.js
1 parent 9670a88 commit c1b55ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

json/github-api.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,14 @@ fetch(`https://api.github.com/users/${username}/${repo}`,{
2626

2727
// https://api.github.com/users/xgqfrms
2828

29-
// https://api.github.com/users/xgqfrms/react2 ???
30-
31-
/*
32-
3329
/**
3430
* [nct: fetch data]
3531
* @author: xgqfrms
3632
* @date: 2017-06-12
3733
*/
3834

35+
/*
36+
3937
const fetch = require('node-fetch');
4038
const showdata = require('./showdata');
4139

0 commit comments

Comments
 (0)