Temp: BSA ads 5/5 times for verification

This commit is contained in:
Carlos Polop
2026-04-08 16:51:02 +02:00
parent 36d8f39a65
commit 28ce890dde

View File

@@ -170,7 +170,7 @@
return true return true
} }
return Math.floor(Math.random() * 5) !== 0 return true // TODO: restore to Math.floor(Math.random() * 5) !== 0 (80/20 split)
} }
async function loadBsaSponsor() { async function loadBsaSponsor() {