From 05068634fe4bb0596502b2ace62c1ca5c19a1819 Mon Sep 17 00:00:00 2001 From: asif Date: Mon, 8 Sep 2025 16:33:03 +0530 Subject: [PATCH] added empty string as default narration value in transfer --- src/controllers/transfer.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/transfer.controller.js b/src/controllers/transfer.controller.js index 2f9bc6c..d0688e3 100644 --- a/src/controllers/transfer.controller.js +++ b/src/controllers/transfer.controller.js @@ -6,7 +6,7 @@ async function transfer( toAccountType, amount, // narration = 'transfer from mobile' - narration + narration = '' ) { try { const response = await axios.post(