Skip to content

Commit 9482830

Browse files
committed
Update link.js
1 parent ab45fae commit 9482830

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/link.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ const html = `
106106
107107
const resp = decodeLink(link);
108108
109+
console.log(resp);
110+
109111
// redirect to decoded URL
110-
window.location.href = resp;
112+
//window.location.href = resp;
111113
112114
} else {
113115

0 commit comments

Comments
 (0)