remove debug inst

This commit is contained in:
Gaspard Jankowiak 2026-06-05 10:37:21 +02:00
commit 7fef7bfc7a

View file

@ -86,7 +86,7 @@ async function getApplicants() {
return {
aid,
token,
applicants: jsonData.slice(0, 15)
applicants: jsonData
}
// return { aid, token, applicants: jsonData }
})