mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix 435d5bb6
This commit is contained in:
parent
435d5bb6d2
commit
40d7c53cd0
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ module.exports = class User extends CocoModel
|
|||
return @homepageGroup if @homepageGroup
|
||||
group = me.get('testGroupNumber') % 4
|
||||
@homepageGroup = switch group
|
||||
when 0, 1 'home-with-note'
|
||||
when 0, 1 then 'home-with-note'
|
||||
when 2, 3 then 'new-home-student'
|
||||
application.tracker.identify newHomepageGroup: @homepageGroup unless me.isAdmin()
|
||||
return @homepageGroup
|
||||
|
|
Loading…
Reference in a new issue