@@ 352,7 352,7 @@ class Web < Roda
end
r.post do
- customer_id = params["from"].sub(/^\+/, "")
+ customer_id = params["from"].sub(/^\+1/, "")
customer_repo.find(customer_id).then(:registered?).then do |reg|
render :forward, locals: {
from: reg.phone,