fix: eval

This commit is contained in:
Han Xiao 2025-03-11 17:11:12 +08:00
parent ea42af3101
commit df45670bc9

View File

@ -16,7 +16,6 @@ export function readUrl(url: string, withAllLinks?: boolean, tracker?: TokenTrac
'Authorization': `Bearer ${JINA_API_KEY}`,
'Content-Type': 'application/json',
'X-Retain-Images': 'none',
'X-Timeout': 15,
};
if (withAllLinks) {
headers['X-With-Links-Summary'] = 'all'