fix: 🐛
This commit is contained in:
parent
6d0a38aac7
commit
ec03a49e32
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class FayanService {
|
|||
return new Array(pubkeys.length).fill(null)
|
||||
}
|
||||
const data = await res.json()
|
||||
return pubkeys.map((pubkey) => data[pubkey] ?? 0)
|
||||
return pubkeys.map((pubkey) => data[pubkey]?.percentile ?? 0)
|
||||
} catch {
|
||||
return new Array(pubkeys.length).fill(null)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue