Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminAppnap authored Sep 25, 2023
1 parent 3e4c659 commit 7b47849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SMS/message-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const path = require('path');

async function smsHistoryCreate(message,phoneNumber,response,csmsId){
try {
let respoonseData = response?.data || {};
let responseData = response.data || [];

smsHistoryCreateOnFile(message,phoneNumber,respoonseData,csmsId);
smsHistoryCreateOnFile(message,phoneNumber,responseData,csmsId);

/** this code for mode */

Expand Down

0 comments on commit 7b47849

Please sign in to comment.