diff --git a/backend/src/services/app-connection/github/github-connection-fns.ts b/backend/src/services/app-connection/github/github-connection-fns.ts index 90ebaac6e..c1542bbd9 100644 --- a/backend/src/services/app-connection/github/github-connection-fns.ts +++ b/backend/src/services/app-connection/github/github-connection-fns.ts @@ -1,6 +1,6 @@ import { createAppAuth } from "@octokit/auth-app"; import { request } from "@octokit/request"; -import { AxiosError, AxiosRequestConfig, AxiosResponse, isAxiosError } from "axios"; +import { AxiosError, AxiosRequestConfig, AxiosResponse } from "axios"; import https from "https"; import RE2 from "re2";