forked from AkkomaGang/akkoma-fe
lint
This commit is contained in:
parent
5900bccff3
commit
19e310fc67
1 changed files with 2 additions and 3 deletions
|
@ -59,9 +59,8 @@ function getWhoToFollow (panel) {
|
|||
panel.name1 = 'Loading...'
|
||||
panel.name2 = 'Loading...'
|
||||
panel.name3 = 'Loading...'
|
||||
var url = '/api/v1/suggestions'
|
||||
apiService.suggestions ({credentials: credentials})
|
||||
.then ((reply) => {
|
||||
apiService.suggestions({credentials: credentials})
|
||||
.then((reply) => {
|
||||
showWhoToFollow(panel, reply)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue