From d34ab8ff619192c694ddbf5559b55daeb8efe91f Mon Sep 17 00:00:00 2001 From: yiqingxiong Date: Sun, 11 Jan 2026 22:17:29 +0800 Subject: [PATCH] fix USE_GITEA_API export --- src/github/api/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github/api/config.ts b/src/github/api/config.ts index 68a39f7..2f05e86 100644 --- a/src/github/api/config.ts +++ b/src/github/api/config.ts @@ -5,4 +5,4 @@ export const GITHUB_SERVER_URL = process.env.GITHUB_SERVER_URL || "https://github.com" || process.env.GITEA_SERVER_URL; - export const USE_REST_API = process.env.USE_REST_API === "true"; \ No newline at end of file +export const USE_GITEA_API = process.env.USE_GITEA_API === "true"; \ No newline at end of file