-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor(hall-of-fame): refactor code to use RTK query
- Loading branch information
1 parent
5917abf
commit 3f11256
Showing
10 changed files
with
1,736 additions
and
1,690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,74 @@ | ||
[ | ||
{ | ||
"name": "TrackTech", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 700 | ||
}, | ||
{ | ||
"name": "HereForTheBytes", | ||
"email": "[email protected]", | ||
"university": "UCSC", | ||
"eliminated": false, | ||
"score": 475 | ||
}, | ||
{ | ||
"name": "' OR 1=1 --", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 425 | ||
}, | ||
{ | ||
"name": "REISUB", | ||
"email": "[email protected]", | ||
"university": "UCSC", | ||
"eliminated": false, | ||
"score": 300 | ||
}, | ||
{ | ||
"name": "The BroCode", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 275 | ||
}, | ||
{ | ||
"name": "iCoders", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 250 | ||
}, | ||
{ | ||
"name": "4bit", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 250 | ||
}, | ||
{ | ||
"name": "MegaMinds", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 225 | ||
}, | ||
{ | ||
"name": "5H4D0W\\ G4RD3N", | ||
"email": "[email protected]", | ||
"university": "SLIIT", | ||
"eliminated": false, | ||
"score": 150 | ||
}, | ||
{ | ||
"name": "WeDoNotSow", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 50 | ||
} | ||
] | ||
{ | ||
"data": [ | ||
{ | ||
"name": "TrackTech", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 700 | ||
}, | ||
{ | ||
"name": "HereForTheBytes", | ||
"email": "[email protected]", | ||
"university": "UCSC", | ||
"eliminated": false, | ||
"score": 475 | ||
}, | ||
{ | ||
"name": "' OR 1=1 --", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 425 | ||
}, | ||
{ | ||
"name": "REISUB", | ||
"email": "[email protected]", | ||
"university": "UCSC", | ||
"eliminated": false, | ||
"score": 300 | ||
}, | ||
{ | ||
"name": "The BroCode", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 275 | ||
}, | ||
{ | ||
"name": "iCoders", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 250 | ||
}, | ||
{ | ||
"name": "4bit", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 250 | ||
}, | ||
{ | ||
"name": "MegaMinds", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 225 | ||
}, | ||
{ | ||
"name": "5H4D0W\\ G4RD3N", | ||
"email": "[email protected]", | ||
"university": "SLIIT", | ||
"eliminated": false, | ||
"score": 150 | ||
}, | ||
{ | ||
"name": "WeDoNotSow", | ||
"email": "[email protected]", | ||
"university": "University of Moratuwa", | ||
"eliminated": false, | ||
"score": 50 | ||
} | ||
] | ||
} |
Oops, something went wrong.