Skip to content

Commit

Permalink
Update deeplink/subscribe/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: ByteHamster <[email protected]>
  • Loading branch information
Rotzbua and ByteHamster authored Aug 19, 2023
1 parent 69b2f3c commit 49e3a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplink/subscribe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script>
const getUrlParameter = (sParam) => {
const paramValue = new URLSearchParams(window.location.search.substring(1)).get(sParam) ?? '';
if(0 < paramValue.length) {
if (0 < paramValue.length) {
return decodeURIComponent(paramValue);
}
return false;
Expand Down

0 comments on commit 49e3a98

Please sign in to comment.