code style, let to const

This commit is contained in:
stjet
2024-06-30 19:36:19 +00:00
parent d9fa4dee0d
commit 9086c544aa
76 changed files with 413 additions and 380 deletions

View File

@@ -5,4 +5,3 @@ import * as work from "./work";
//for browsers or whatever
window.banani = { ...util, ...rpc, ...wallet, ...work };