mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00: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