1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00

removed useless async

This commit is contained in:
Adolfo Gómez García 2023-01-12 19:01:19 +01:00
parent fef8c6ee0e
commit 432ebbeba2
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -111,7 +111,7 @@ export class Plugin {
enabledData.url = enabledData.url.replace('uds://', 'udss://');
}
// Launches UDS Client, using an iframe
await this.launchUDSUrl(enabledData.url);
this.launchUDSUrl(enabledData.url);
while (!cancel) {
const data = await this.api.status(serviceId, transportId);