Skip to content

Commit 7c2a340

Browse files
committed
fix: eslint
1 parent d83c617 commit 7c2a340

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mdn/process-url/redirect-url.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ export function redirectUrl(
101101
case 'developer-stage.mdn.mozit.cloud':
102102
case 'developer-prod.mdn.mozit.cloud':
103103
case 'developer.mozilla.org':
104-
// https://github.com/website-local/mdn-local/issues/890
105-
case 'bcd.developer.mozilla.org':
104+
case 'bcd.developer.mozilla.org': // https://github.com/website-local/mdn-local/issues/890
106105
case 'bcd.developer.allizom.org':
107106
case mdnHost:
108107
u = u.host(mdnHost);

0 commit comments

Comments
 (0)