dev_cs
cxt 6 years ago
parent b579bb9b13
commit 4005ebf768

@ -38,11 +38,11 @@ class Users::ApplyProfessionalAuthService < ApplicationService
move_image_file! unless params[:upload_image].to_s == 'false' move_image_file! unless params[:upload_image].to_s == 'false'
sms_cache = Rails.cache.read("apply_pro_certification") # sms_cache = Rails.cache.read("apply_pro_certification")
if sms_cache.nil? # if sms_cache.nil?
sms_notify_admin # sms_notify_admin
Rails.cache.write("apply_pro_certification", 1) Rails.cache.write("apply_pro_certification", 1)
end # end
end end
end end

Loading…
Cancel
Save