diff --git a/.github/scripts/close-invalid-link.cjs b/.github/scripts/close-invalid-link.cjs index bf57f869292..9b3933b4585 100644 --- a/.github/scripts/close-invalid-link.cjs +++ b/.github/scripts/close-invalid-link.cjs @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -const fetch = require('node-fetch'); - async function closeIssue() { await github.rest.issues.update({ owner: owner,