Fixed error

This commit is contained in:
Patrick Alvin Alcala 2026-02-20 17:10:39 +08:00
parent 3773412728
commit 3088deae3b

View file

@ -251,7 +251,7 @@ export default () => {
const checkPops = async (application: string) => {
const response = await getApi('check-popsrecord', application)
const result = response.result
const result = response
return parseInt(result) > 0
}