mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-01 01:48:39 -04:00
fix key error link when restoring from v1 #17
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
// v1 file restore
|
||||
for (const [key, value] of Object.entries(data)) {
|
||||
value["mac"] = key
|
||||
value["link"] = ""
|
||||
updateDevice(value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user