mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-18 04:38:50 +08:00
fix: middleware errors
This commit is contained in:
@@ -15,7 +15,7 @@ const collapseWhitespace = (str: string) => {
|
||||
return str;
|
||||
};
|
||||
|
||||
const convertDateToISO8601 = (date: string | Date) => {
|
||||
const convertDateToISO8601 = (date: string | Date | number) => {
|
||||
if (!date) {
|
||||
return date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user