mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
optimize and fix bug
This commit is contained in:
parent
459eca5d61
commit
33e2b76c9f
@ -147,7 +147,6 @@ export default abstract class DoubanAbstractLoadHandler<T extends DoubanSubject>
|
|||||||
};
|
};
|
||||||
await request(requestUrlParam)
|
await request(requestUrlParam)
|
||||||
.then(s => this.humanCheck(s, url))
|
.then(s => this.humanCheck(s, url))
|
||||||
.then(response => log.debug(response))
|
|
||||||
.then(load)
|
.then(load)
|
||||||
.then(data => this.analysisUserState(data, context))
|
.then(data => this.analysisUserState(data, context))
|
||||||
.then(({data, userState}) => {
|
.then(({data, userState}) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user