Skip to content

Commit 07268b4

Browse files
committed
Update link.js
1 parent 28f3ce4 commit 07268b4

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
@@ -163,7 +163,7 @@ if (link) {
163163
const resp = decodeLink(link);
164164
165165
// redirect to decoded URL
166-
//window.location.replace(resp);
166+
window.location.replace(resp);
167167
168168
} else {
169169

0 commit comments

Comments
 (0)