add another break

This commit is contained in:
Phillip 2023-08-29 12:39:26 -05:00
parent 47cc31f693
commit cb3d71b779

View File

@ -1356,6 +1356,9 @@ class WebBrowser extends LitElement {
this.addAppToNotificationList(this.name) this.addAppToNotificationList(this.name)
response = true response = true
break; break;
} else {
response = false
break;
} }
} catch (error) { } catch (error) {