Skip to content

Commit a3c3467

Browse files
committed
Async issue
1 parent 73c4b78 commit a3c3467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue-to-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function parseIssueBody(githubFormData, body) {
4343
});
4444
}
4545
if(fieldLabel && fieldLabel.toLowerCase() === "url" || fields[j].id === "url" || fields[j].id.endsWith("_url") || fields[j].id.startsWith("url_")) {
46-
entry = cleanupUrl(entry);
46+
entry = await cleanupUrl(entry);
4747
}
4848

4949
returnObject[fields[j].id] = entry;

0 commit comments

Comments
 (0)