Skip to content

Commit 28ce890

Browse files
committed
Temp: BSA ads 5/5 times for verification
1 parent 36d8f39 commit 28ce890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/sponsor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
return true
171171
}
172172

173-
return Math.floor(Math.random() * 5) !== 0
173+
return true // TODO: restore to Math.floor(Math.random() * 5) !== 0 (80/20 split)
174174
}
175175

176176
async function loadBsaSponsor() {

0 commit comments

Comments
 (0)