Commit Graph

2 Commits

Author SHA1 Message Date
Derek
d581d778c6 fix(route): use list = await Promise.all(...) instead of await Promise.all(...); (#9985)
* feat(fix): use `list = await Promise.all(...)` instead of `await Promise.all(..)`

* feat: use `const` instead of `let` for items

* fix: scitation

* revert: scitation

* update
2022-06-20 18:22:43 +08:00
Derek
71a16f5121 feat(route): fix and update Elsevier route (#9954)
* feat(fix): remove html code in description

* feat: fix wrong path note in the docs; update maintainer path; change to use cookieJar for route

* feat: change to use `${host}`

* fix: description.art

* fix: handle deprecated routes first
2022-06-16 18:44:29 +08:00