We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7f689 commit 6c74592Copy full SHA for 6c74592
1 file changed
api/link.js
@@ -116,7 +116,7 @@ const html = `
116
117
}
118
119
- if (link && link.startsWith('https:/github.com')) {
+ if (link && link.includes('https:/github.com')) {
120
121
link = link.replace('https:/github.com', 'https://github.com');
122
@@ -154,4 +154,3 @@ const html = `
154
response.status(200).send(html);
155
156
157
-
0 commit comments