mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = async (ctx) => {
|
||||
|
||||
const list = plist.parse(res.data).updates;
|
||||
|
||||
const resultItem = list.map(function(i) {
|
||||
const resultItem = list.map(function (i) {
|
||||
const item = {};
|
||||
item.title = i.version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user