We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905351 commit db54509Copy full SHA for db54509
1 file changed
utils/getStargazer.js
@@ -19,8 +19,7 @@ module.exports = async () => {
19
console.log("");
20
io.write(cyan("> Enter GitHub Repo Name"));
21
const repo = await io.read();
22
-
23
+
24
await axios
25
.get(
26
`https://api.github.com/repos/${username}/${repo}?access_token=${headers.Authorization}`,
0 commit comments