mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-20 04:04:14 -04:00
lint
This commit is contained in:
parent
c6b442713a
commit
346ffcee3c
35 changed files with 852 additions and 8943 deletions
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
class JsStorage {
|
||||
constructor() {
|
||||
this.db = {}
|
||||
|
@ -30,7 +28,7 @@ class JsStorage {
|
|||
}
|
||||
|
||||
put_batch(key_values) {
|
||||
key_values.forEach(element => {
|
||||
key_values.forEach((element) => {
|
||||
this.db[element.key] = element.value
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue