mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 14:45:44 +00:00
sanity check for poe.ninja exalted-orb
This commit is contained in:
@@ -138,7 +138,12 @@ async function load (force: boolean = false) {
|
||||
})
|
||||
|
||||
if (currency.detailsId === 'exalted-orb') {
|
||||
chaosExaRate.value = currency.receive.value
|
||||
// sanity check, better poe.ninja to implement this on its own end
|
||||
if (currency.receive.value >= 15) {
|
||||
chaosExaRate.value = currency.receive.value
|
||||
} else {
|
||||
chaosExaRate.value = undefined
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (dataType.overview === 'item') {
|
||||
|
||||
Reference in New Issue
Block a user