mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Merge branch 'master' into sk-smarter-percentage-rollout
This commit is contained in:
@@ -29,7 +29,7 @@ crypto = require 'crypto'
|
||||
module.exports = ProjectController =
|
||||
|
||||
_isInPercentageRollout: (rolloutName, objectId, percentage) ->
|
||||
if Settings.bypassPercentageRollouts = true
|
||||
if Settings.bypassPercentageRollouts == true
|
||||
return true
|
||||
data = "#{rolloutName}:#{objectId.toString()}"
|
||||
md5hash = crypto.createHash('md5').update(data).digest('hex')
|
||||
|
||||
Reference in New Issue
Block a user