randydev commited on
Commit
6b146ff
·
verified ·
1 Parent(s): 22a73c6

Update plugins/alldownloader.js

Browse files
Files changed (1) hide show
  1. plugins/alldownloader.js +1 -1
plugins/alldownloader.js CHANGED
@@ -721,7 +721,7 @@ AllDlRoutes.get('/api/v1/dl/tiktok-v2', authenticateApiKey, apiLimiter, async (r
721
  return res.status(400).json({ error: "URL parameter is required." });
722
  }
723
 
724
- await TelegramUseLog(keyDoc.owner, keyDoc.key, `Accessed: ${req.path}`);
725
 
726
  const results = await tiktokdl(url);
727
  res.json({ results });
 
721
  return res.status(400).json({ error: "URL parameter is required." });
722
  }
723
 
724
+ // await TelegramUseLog(keyDoc.owner, keyDoc.key, `Accessed: ${req.path}`);
725
 
726
  const results = await tiktokdl(url);
727
  res.json({ results });