mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
Export findGitea as default to fix typecheck
This commit is contained in:
@@ -38,3 +38,5 @@ export const redirectWithError = (res: NextApiResponse, error: string) => {
|
||||
`/dashboard/settings/git-providers?error=${encodeURIComponent(error)}`,
|
||||
);
|
||||
};
|
||||
|
||||
export default findGitea;
|
||||
|
||||
Reference in New Issue
Block a user