lint fixup
This commit is contained in:
parent
29761d8e45
commit
2d640945a3
|
@ -3,7 +3,6 @@ import { updateLists } from '../_actions/lists'
|
|||
import { createStream } from '../_actions/streaming'
|
||||
|
||||
export function instanceObservers (store) {
|
||||
|
||||
// stream to watch for home timeline updates and notifications
|
||||
let currentInstanceStream
|
||||
|
||||
|
@ -38,6 +37,5 @@ export function instanceObservers (store) {
|
|||
if (process.env.NODE_ENV !== 'production') {
|
||||
window.currentInstanceStream = currentInstanceStream
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ import { updateInstanceInfo } from '../_actions/instances'
|
|||
import { createStream } from '../_actions/streaming'
|
||||
|
||||
export function timelineObservers (store) {
|
||||
|
||||
// stream to watch for local/federated/etc. updates. home and notification
|
||||
// updates are handled in timelineObservers.js
|
||||
let currentTimelineStream
|
||||
|
|
Loading…
Reference in a new issue