mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2026-09-17 09:53:21 +07:00
feat: migrate db to postgres
This commit is contained in:
@@ -32,7 +32,6 @@ const github = {
|
||||
|
||||
const name = $(selectors.user.name).text().trim();
|
||||
const avatar = $(selectors.user.avatar).attr("src");
|
||||
console.log({ avatar });
|
||||
const location = $(selectors.user.location).text().trim();
|
||||
const followers = intval($(selectors.user.followers).text().trim());
|
||||
const following = intval($(selectors.user.following).text().trim());
|
||||
|
||||
Reference in New Issue
Block a user