lint fix
This commit is contained in:
parent
217aca3d31
commit
e397bf3b3b
|
@ -97,7 +97,8 @@ async function getStatusThread (instanceName, statusId) {
|
|||
} else {
|
||||
// thread not cached; just make a "fake" thread with only one status in it
|
||||
fetchStatus(statusesStore, accountsStore, statusId, status => {
|
||||
callback([status])
|
||||
let res = [status]
|
||||
callback(res)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue