Fixed error
This commit is contained in:
parent
3773412728
commit
3088deae3b
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ export default () => {
|
||||||
|
|
||||||
const checkPops = async (application: string) => {
|
const checkPops = async (application: string) => {
|
||||||
const response = await getApi('check-popsrecord', application)
|
const response = await getApi('check-popsrecord', application)
|
||||||
const result = response.result
|
const result = response
|
||||||
|
|
||||||
return parseInt(result) > 0
|
return parseInt(result) > 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue