Corrected main
This commit is contained in:
parent
cf9622801a
commit
9c81286728
1 changed files with 2 additions and 2 deletions
|
|
@ -237,9 +237,9 @@ 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[0]
|
const result = response.result
|
||||||
|
|
||||||
return result > 0
|
return result > 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue