lint fixup

This commit is contained in:
Nolan Lawson 2018-02-13 19:35:46 -08:00
parent 92f6dd96c0
commit 144468ade2
7 changed files with 14 additions and 19 deletions

View File

@ -15,10 +15,6 @@ const databaseCache = {}
const DB_VERSION = 1
function objectStore(db, name, keyPath) {
return db.createObjectStore(name, {keyPath: keypPath})
}
export function getDatabase (instanceName) {
if (!instanceName) {
throw new Error('instanceName is undefined in getDatabase()')

View File

@ -13,7 +13,6 @@ import {
REBLOG_ID,
STATUS_ID
} from './constants'
import { scheduleCleanup } from './cleanup'
function createTimelineKeyRange (timeline, maxId) {
let negBigInt = maxId && toReversePaddedBigInt(maxId)