|
|
|
@ -52,7 +52,7 @@ class Users::UpdateAccountService < ApplicationService
|
|
|
|
|
if first_full_reward
|
|
|
|
|
RewardGradeService.call(user, container_id: user.id, container_type: 'Account', score: 500)
|
|
|
|
|
|
|
|
|
|
sms_notify_admin if extension.teacher?
|
|
|
|
|
sms_notify_admin if user.user_extension.teacher?
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
user
|
|
|
|
|