Skip to content

Commit

Permalink
chore: update leaderboard
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
EvolutionX-10 authored and github-actions[bot] committed Oct 31, 2023
1 parent fe1300c commit e64ddc9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
16 changes: 13 additions & 3 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -3128,6 +3128,16 @@
"enrollDate": 1695738566000,
"isEnrollStatusGood": true,
"badges": [
{
"badgeName": "Perform Foundational Infrastructure Tasks in Google Cloud",
"badgeID": "5899106",
"badgeDate": 1698710400000
},
{
"badgeName": "Create and Manage Cloud Resources",
"badgeID": "5898827",
"badgeDate": 1698710400000
},
{
"badgeName": "Google Cloud Computing Foundations: Networking &amp; Security in Google Cloud",
"badgeID": "5897681",
Expand Down Expand Up @@ -3159,8 +3169,8 @@
"badgeDate": 1698364800000
}
],
"skills": 6,
"trackOne": 5,
"skills": 8,
"trackOne": 7,
"trackTwo": 1
},
{
Expand Down Expand Up @@ -6897,5 +6907,5 @@
"trackTwo": 1
}
],
"time": "Tuesday, October 31, 2023 at 7:49 PM"
"time": "Tuesday, October 31, 2023 at 9:55 PM"
}
6 changes: 3 additions & 3 deletions src/components/leaderBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,8 @@ export const leaderBoardData = [
},
{
"name": "Yash Rajendra Patni",
"skills": 6,
"trackOne": 5,
"skills": 8,
"trackOne": 7,
"trackTwo": 1,
"color": "green",
"latestSkill": 1698710400000
Expand Down Expand Up @@ -1161,4 +1161,4 @@ export const leaderBoardData = [
}
];

export const updateTime = "Tuesday, October 31, 2023 at 7:49 PM"
export const updateTime = "Tuesday, October 31, 2023 at 9:55 PM"

0 comments on commit e64ddc9

Please sign in to comment.