1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00
This commit is contained in:
lurong
2018-02-26 21:27:42 +08:00
parent 778e3d9799
commit 7c525ab7a6

View File

@@ -715,7 +715,7 @@ class NoteList extends React.Component {
}).then(res => res.json())
.then(response => {
if (_.isNil(response.link) || _.isNil(response.id)) {
return Promise.reject();
return Promise.reject()
}
firstNote.blog = {
blogLink: response.link,