mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Fix classroom invite link
This commit is contained in:
parent
80253305fb
commit
704ed75f55
1 changed files with 1 additions and 2 deletions
|
@ -106,8 +106,7 @@ ClassroomHandler = class ClassroomHandler extends Handler
|
|||
address: email
|
||||
email_data:
|
||||
class_name: classroom.get('name')
|
||||
# TODO: join_link
|
||||
join_link: "https://codecombat.com/courses/students?_cc=" + (classroom.get('codeCamel') or classroom.get('code'))
|
||||
join_link: "https://codecombat.com/courses?_cc=" + (classroom.get('codeCamel') or classroom.get('code'))
|
||||
sendwithus.api.send context, _.noop
|
||||
return @sendSuccess(res, {})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue