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