mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
refactor: cleanup git provider router
This commit is contained in:
@@ -106,7 +106,7 @@ export const createBitbucket = async (
|
||||
});
|
||||
};
|
||||
|
||||
export const removeGithub = async (gitProviderId: string) => {
|
||||
export const removeGitProvider = async (gitProviderId: string) => {
|
||||
const result = await db
|
||||
.delete(gitProvider)
|
||||
.where(eq(gitProvider.gitProviderId, gitProviderId))
|
||||
|
||||
Reference in New Issue
Block a user