From 7fef7bfc7a479ce81c3aed35e1c65c8de6f152bd Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Fri, 5 Jun 2026 10:37:21 +0200 Subject: [PATCH] remove debug inst --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index 6903a63..8593ca5 100644 --- a/content.js +++ b/content.js @@ -86,7 +86,7 @@ async function getApplicants() { return { aid, token, - applicants: jsonData.slice(0, 15) + applicants: jsonData } // return { aid, token, applicants: jsonData } })