diff --git a/.github/workflows/dev_pr/helpers.js b/.github/workflows/dev_pr/helpers.js index 1a93b428e0a95..222d2213771cf 100644 --- a/.github/workflows/dev_pr/helpers.js +++ b/.github/workflows/dev_pr/helpers.js @@ -20,7 +20,7 @@ const https = require('https'); /** * Given the title of a PullRequest return the Issue * - * @param {String} title + * @param {String} title * @returns {Issue} or null if no issue detected. * * @typedef {Object} Issue @@ -62,6 +62,5 @@ function detectIssue(title) { module.exports = { detectIssue, - getJiraInfo, getGitHubInfo };