Skip to content

Commit db54509

Browse files
committed
📦NEW: space
1 parent 6905351 commit db54509

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

utils/getStargazer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ module.exports = async () => {
1919
console.log("");
2020
io.write(cyan("> Enter GitHub Repo Name"));
2121
const repo = await io.read();
22-
23-
22+
2423
await axios
2524
.get(
2625
`https://api.github.com/repos/${username}/${repo}?access_token=${headers.Authorization}`,

0 commit comments

Comments
 (0)