chore: Enforce a few house rules via eslint (#2539)
This commit is contained in:
committed by
dermotduffy
parent
5572ec728e
commit
921d45e577
+1
-1
@@ -82,7 +82,7 @@ export const createProxiedEndpointIfNecessary = async (
|
||||
}
|
||||
|
||||
if (proxyConfig.dynamic) {
|
||||
// Strip hash fragment — it's client-side only and not relevant for
|
||||
// Strip hash fragment -- it's client-side only and not relevant for
|
||||
// proxy pattern matching.
|
||||
const url = endpoint.endpoint.split(/#/)[0];
|
||||
await addDynamicProxyURL(hass, url, {
|
||||
|
||||
Reference in New Issue
Block a user