Fixed bad use of finally

master
Keith Irwin 2022-11-06 15:53:09 -07:00
parent b3ab0538eb
commit d1c7d1d156
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ function PeerList() {
.map( (i)=>new Peer(i))
)
self.token = user.token
} finally {
self.isLoaded(true)
}
}