We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c4b78 commit a3c3467Copy full SHA for a3c3467
issue-to-json.js
@@ -43,7 +43,7 @@ async function parseIssueBody(githubFormData, body) {
43
});
44
}
45
if(fieldLabel && fieldLabel.toLowerCase() === "url" || fields[j].id === "url" || fields[j].id.endsWith("_url") || fields[j].id.startsWith("url_")) {
46
- entry = cleanupUrl(entry);
+ entry = await cleanupUrl(entry);
47
48
49
returnObject[fields[j].id] = entry;
0 commit comments