mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 14:40:23 +08:00
fix: add missing link for DHL shipment tracking (#2751)
This commit is contained in:
@@ -49,6 +49,7 @@ module.exports = async (ctx) => {
|
||||
return {
|
||||
title: checkpoint.description,
|
||||
pubDate: date.toUTCString(),
|
||||
link: `${link}&checkpoint=${encodeURIComponent(checkpoint.counter)}`,
|
||||
};
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user