Skip to content

Commit 49e3a98

Browse files
RotzbuaByteHamster
andauthored
Update deeplink/subscribe/index.html
Co-authored-by: ByteHamster <[email protected]>
1 parent 69b2f3c commit 49e3a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeplink/subscribe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<script>
2727
const getUrlParameter = (sParam) => {
2828
const paramValue = new URLSearchParams(window.location.search.substring(1)).get(sParam) ?? '';
29-
if(0 < paramValue.length) {
29+
if (0 < paramValue.length) {
3030
return decodeURIComponent(paramValue);
3131
}
3232
return false;

0 commit comments

Comments
 (0)