Buf fix setting ar and wl

pull/1/head
I Made Setia Baruna 2021-02-02 13:05:12 +08:00
parent a88e15227f
commit fb83305a57
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@
server.set(currentServer);
}
if (arSave !== null) {
ar.set(arSave);
ar.set(Number(arSave));
}
if (wlSave !== null) {
wl.set(wlSave);
wl.set(Number(wlSave));
}
unsubscribeServer = server.subscribe((val) => {