mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Changed devel values to prod
This commit is contained in:
parent
ebad81a75e
commit
26abcfdf11
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ export default function RankList() {
|
||||||
getListFromServer(key)
|
getListFromServer(key)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
setRanklist(data.list)
|
setRanklist(data.list)
|
||||||
// setSelfUserId(data.selfUserId)
|
setSelfUserId(data.selfUserId)
|
||||||
setSelfUserId(723)
|
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.error(error)
|
console.error(error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue