Skip to content

Commit ff10f20

Browse files
author
robot
committed
fix: remove useless code
1 parent 826709d commit ff10f20

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎src/App.js

-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ const chrome = window.chrome;
3939
// return [LEETCODE_CN_URL, LEETCODE_URL].some((u) => url.includes(u));
4040
// }
4141

42-
// 根据 Github 用户名获取用户信息
43-
function getUserInfo(username) {
44-
return fetch(`https://api.github.com/users/${username}`)
45-
.then((res) => res.json())
46-
.then((res) => res);
47-
}
48-
4942
const columns = [
5043
{
5144
title: "题目",

0 commit comments

Comments
 (0)