remove debug inst
This commit is contained in:
parent
bfd6157df1
commit
7fef7bfc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ async function getApplicants() {
|
||||||
return {
|
return {
|
||||||
aid,
|
aid,
|
||||||
token,
|
token,
|
||||||
applicants: jsonData.slice(0, 15)
|
applicants: jsonData
|
||||||
}
|
}
|
||||||
// return { aid, token, applicants: jsonData }
|
// return { aid, token, applicants: jsonData }
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue