Fix lint
This commit is contained in:
parent
1b5b10d131
commit
98ec8b8e73
14 changed files with 31 additions and 23 deletions
|
@ -6,7 +6,7 @@ db.init(true)
|
|||
return getServerAccount()
|
||||
})
|
||||
.then(serverAccount => {
|
||||
return db.AccountFollow.listAcceptedFollowingUrlsForApi([ serverAccount.id ])
|
||||
return db.AccountFollow.listAcceptedFollowingUrlsForApi([ serverAccount.id ], undefined)
|
||||
})
|
||||
.then(res => {
|
||||
return res.total > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue