fix compile error
This commit is contained in:
parent
40e98f6557
commit
5cb84d37bd
|
@ -9,7 +9,7 @@
|
|||
let loaded = false;
|
||||
|
||||
// load servers
|
||||
invoke('list_servers').then(data => {
|
||||
invoke('list_servers').then((data: any) => {
|
||||
list = data;
|
||||
loaded = true;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue