fix typora changelog (#1843)

This commit is contained in:
Spero Xu
2019-03-29 16:03:59 +08:00
committed by DIYgod
parent 567e73df77
commit 9088a339be

View File

@@ -40,7 +40,7 @@ module.exports = async (ctx) => {
}; };
const items = await Promise.all( const items = await Promise.all(
$('#content > ul:nth-child(2) > li') $('#list-contents > ul:nth-child(2) > li')
.get() .get()
.map(async (item) => { .map(async (item) => {
const node = $('a', item); const node = $('a', item);