Skip to content

Commit

Permalink
recent-calls single call record pull
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshivkumar committed Aug 19, 2024
1 parent cc0f836 commit 9067dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/api/recent-calls.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ router.get('/Call/:call_sid', async(req, res) => {

res.status(200).json(data.data[0]);
} catch (err) {
logger.error({ err }, `Error retrieving call information for account_sid: ${account_sid}, call_sid: ${call_sid}`);
logger.error({ err }, `Error retrieving call information for call_sid: ${call_sid}`);
res.sendStatus(500);
}
});
Expand Down

0 comments on commit 9067dbc

Please sign in to comment.