Skip to content

Commit 8e86304

Browse files
committed
fix: lint
1 parent f252398 commit 8e86304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { BUCKETS } from 'utils/challenge-listing/buckets';
1515
export function getCurrentUrl() {
1616
if (isomorphy.isServerSide()) return null;
1717
const url = window.location.href;
18-
18+
1919
if (typeof url === 'string' && url.startsWith('http')) {
2020
return url;
2121
}

0 commit comments

Comments
 (0)