mirror of
https://github.com/pmret/website.git
synced 2024-11-08 12:12:27 +01:00
do it elsewhere
This commit is contained in:
parent
ab73741109
commit
184e11f61f
@ -41,11 +41,7 @@ async function fetchData(version) {
|
||||
|
||||
const latest = rows[rows.length - 1]
|
||||
|
||||
let totalBytes = latest.totalBytes
|
||||
// TODO hack for JP since we haven't mapped all the segments
|
||||
if (version !== "us") {
|
||||
totalBytes = 3718668
|
||||
}
|
||||
const totalBytes = latest.totalBytes
|
||||
|
||||
for (const row of rows) {
|
||||
row.percentBytes = (row.matchingBytes / totalBytes) * 100
|
||||
|
Loading…
Reference in New Issue
Block a user