Skip to content

Commit 6d48fe3

Browse files
committed
Update link.js
1 parent 1548f93 commit 6d48fe3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/link.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ const html = `
113113
const resp = decodeLink(link);
114114
115115
// redirect to decoded URL
116-
//window.location.href = resp;
117-
console.log(resp);
116+
window.location.href = resp;
118117
119118
} else {
120119

0 commit comments

Comments
 (0)