[F] Fix types

This commit is contained in:
Azalea
2025-03-17 14:02:50 -04:00
parent f7e5cd1a05
commit 7320f0ca7f
4 changed files with 9 additions and 14 deletions

View File

@@ -14,8 +14,8 @@
let tab = 0
let src = JSON.parse(localStorage.getItem('src') ?? JSON.stringify({
dns: "",
card: "",
server: "",
keychip: ""
}))
let dst = JSON.parse(localStorage.getItem('dst') ?? `{ card: "", server: "", keychip: "" }`)