fix(route/huggingface): Add allowEmpty option to huggingface daily papers response (#20739)

Fixes https://github.com/DIYgod/RSSHub/issues/20738
This commit is contained in:
grenade 2025-12-22 01:54:51 -08:00 committed by GitHub
parent 4a9e7d3420
commit 3f42a429ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ async function handler(ctx) {
.toSorted((a, b) => b.upvotes - a.upvotes);
return {
allowEmpty: true,
title: 'Huggingface Daily Papers',
link: 'https://huggingface.co/papers',
item: items,