mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix lint
This commit is contained in:
@@ -715,7 +715,7 @@ class NoteList extends React.Component {
|
|||||||
}).then(res => res.json())
|
}).then(res => res.json())
|
||||||
.then(response => {
|
.then(response => {
|
||||||
if (_.isNil(response.link) || _.isNil(response.id)) {
|
if (_.isNil(response.link) || _.isNil(response.id)) {
|
||||||
return Promise.reject();
|
return Promise.reject()
|
||||||
}
|
}
|
||||||
firstNote.blog = {
|
firstNote.blog = {
|
||||||
blogLink: response.link,
|
blogLink: response.link,
|
||||||
|
|||||||
Reference in New Issue
Block a user