Skip to content

Commit

Permalink
Update removelastrl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 7, 2023
1 parent 62978e4 commit 091229c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/removelastrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ import { RaveLevel } from 'rave-level'
const db = new RaveLevel('./db')


const playerDiffHistory = db.sublevel('playerDiffHistory', { valueEncoding: 'json' })
const playerDiffHistory = db.sublevel('playerDiffHistory-new', { valueEncoding: 'json' })
const playerDiffHistoryNumber = playerDiffHistory.sublevel('number', { valueEncoding: 'json' })

const state = db.sublevel('state', { valueEncoding: 'json' })


let count = 0

let waits = Array(100).fill(Promise.resolve())
Expand Down

0 comments on commit 091229c

Please sign in to comment.