Skip to content

Commit cc4f00d

Browse files
committed
Update link.js
1 parent e05042e commit cc4f00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const html = `
115115
const resp = decodeLink(link);
116116
117117
// redirect to decoded URL
118-
//window.location.href = resp;
118+
window.location.href = resp;
119119
120120
} else {
121121

0 commit comments

Comments
 (0)