mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
chore(apps.web): remove console.log debug on rotator
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
@@ -34,7 +34,6 @@ export const rotateProvider = async (
|
||||
}
|
||||
|
||||
const cachedData = await redisClient.get(url);
|
||||
console.log(cachedData);
|
||||
if (!cachedData) {
|
||||
try {
|
||||
const data = await provider.fetch(url, params ?? {});
|
||||
|
||||
Reference in New Issue
Block a user