lint fixup

This commit is contained in:
Nolan Lawson 2018-02-15 22:21:42 -08:00
parent 29761d8e45
commit 2d640945a3
3 changed files with 4 additions and 7 deletions

View File

@ -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
}
})
}

View File

@ -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