lint fixup
This commit is contained in:
parent
92f6dd96c0
commit
144468ade2
|
@ -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()')
|
||||
|
|
|
@ -13,7 +13,6 @@ import {
|
|||
REBLOG_ID,
|
||||
STATUS_ID
|
||||
} from './constants'
|
||||
import { scheduleCleanup } from './cleanup'
|
||||
|
||||
function createTimelineKeyRange (timeline, maxId) {
|
||||
let negBigInt = maxId && toReversePaddedBigInt(maxId)
|
||||
|
|
Loading…
Reference in a new issue