mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user