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 1c4e47e commit 53bcb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMS/message-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('path');

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

smsHistoryCreateOnFile(message,phoneNumber,responseData,csmsId);

Expand Down

0 comments on commit 53bcb56

Please sign in to comment.