From d463d4350306abca4a801beb92ee029551f4c180 Mon Sep 17 00:00:00 2001 From: TEJAS <98630752+tejaskh3@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:33:38 +0530 Subject: [PATCH] rename: phoneNumber to phone (#953) --- app/controllers/subscribe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/subscribe.js b/app/controllers/subscribe.js index 278adef8..8fef9c36 100644 --- a/app/controllers/subscribe.js +++ b/app/controllers/subscribe.js @@ -64,7 +64,7 @@ export default class SubscribeController extends Controller { method: 'POST', body: JSON.stringify({ email: this.email, - phoneNumber: this.phone, + phone: this.phone, }), headers: { 'Content-Type': 'application/json',