Make media links open in a new tab, removed some logs.

This commit is contained in:
天クマ 2026-07-14 18:10:05 -03:00
commit e388e185ba
4 changed files with 5 additions and 7 deletions

View file

@ -40,7 +40,7 @@ async function downloadFile(path, options = {}) {
if (config.apiKey) headers['X-Api-Key'] = config.apiKey;
console.log(`[WAHA] ${options.method || 'GET'} ${url}`);
// console.log(`[WAHA] ${options.method || 'GET'} ${url}`);
const response = await fetch(url, { ...options, headers });