refactor: update gitlab update name

This commit is contained in:
Mauricio Siu
2024-09-01 22:07:40 -06:00
parent 68d2e73e7a
commit 2593736179
5 changed files with 12 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
import { createGithub } from "@/server/api/services/git-provider";
import { createGithub } from "@/server/api/services/github";
import { db } from "@/server/db";
import { github } from "@/server/db/schema";
import { eq } from "drizzle-orm";

View File

@@ -1,7 +1,4 @@
import {
findGitlabById,
updateGitlab,
} from "@/server/api/services/git-provider";
import { findGitlabById, updateGitlab } from "@/server/api/services/gitlab";
import type { NextApiRequest, NextApiResponse } from "next";
export default async function handler(