From 07d901f3e89fbedac658ff8417e66b3a0d209e31 Mon Sep 17 00:00:00 2001 From: Haruyaki <52639021+HarunamiYaki@users.noreply.github.com> Date: Fri, 3 Nov 2023 22:55:26 +0700 Subject: [PATCH] feat(API)!: Replace fetch with Node.js 18 module --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3ca5b36..eef6c91 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,3 @@ -import fetch, { Response } from "node-fetch"; import { Probot } from "probot"; import { Octokit } from "octokit"; import { createAppAuth } from "@octokit/auth-app";