Fix serviceDown event name type

This commit is contained in:
hensm
2020-09-02 19:26:58 +01:00
parent a1dfc86879
commit a65250e415

View File

@@ -40,7 +40,7 @@ function onBrowserServiceDown (service: mdns.Service) {
}
browser.on("serviceUp", onBrowserServiceUp);
browser.on("servicedown", onBrowserServiceDown);
browser.on("serviceDown", onBrowserServiceDown);
interface InitializeOptions {