stlye: format and lint

This commit is contained in:
Tam Nguyen
2026-03-30 09:33:38 +11:00
parent 9a1bee5287
commit f83ab2923d
31 changed files with 48 additions and 45 deletions

View File

@@ -5,8 +5,8 @@ import { findGithubById, type Github } from "@dokploy/server/services/github";
import type { InferResultType } from "@dokploy/server/types/with";
import { createAppAuth } from "@octokit/auth-app";
import { TRPCError } from "@trpc/server";
import type { z } from "zod";
import { Octokit } from "octokit";
import type { z } from "zod";
export const authGithub = (githubProvider: Github): Octokit => {
if (!haveGithubRequirements(githubProvider)) {