From e519637e8946b371b318f3a68e3aecd2a2e83074 Mon Sep 17 00:00:00 2001 From: x032205 Date: Fri, 1 Aug 2025 18:35:25 -0400 Subject: [PATCH] Fix lint --- .../src/services/app-connection/github/github-connection-fns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";