mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2025-01-03 05:17:36 +03:00
removed useless async
This commit is contained in:
parent
fef8c6ee0e
commit
432ebbeba2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user