Skip to content

Commit 5e215df

Browse files
committed
Update link.js
1 parent 9650b4d commit 5e215df

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
@@ -113,7 +113,7 @@ const html = `
113113
const resp = decodeLink(link);
114114
115115
// redirect to decoded URL
116-
//window.location.href = resp;
116+
window.location.href = resp;
117117
118118
} else {
119119

0 commit comments

Comments
 (0)