Deploy beta to 10% of users.

This commit is contained in:
Samuel Clay 2021-06-30 09:51:45 -04:00
parent 76bbc901f9
commit 4ef57aaa61

View file

@ -171,7 +171,7 @@
check_if_forced_upgrade_to_beta_site: function () {
if (
NEWSBLUR.Globals.user_id % 100 <= 1
NEWSBLUR.Globals.user_id % 100 <= 10
) {
// See ya
window.location.href = "https://beta.newsblur.com";