LOGGING FOR PLATFORM CLIENT

This commit is contained in:
Ritul Jadhav 2026-03-31 15:11:53 +05:30
parent 0922dbc7c1
commit f82d2be827

View File

@ -150,6 +150,7 @@ router.get('/sales-channels', async (req, res) => {
if (!req.platformClient) {
return res.status(503).json({ error: 'Platform client is unavailable for sales-channel fetch' });
}
console.log("req.platformClient", req.platformClient);
const applications = await listAllApplications(req.platformClient);
const channels = [];