Export findGitea as default to fix typecheck

This commit is contained in:
Mohammed Imran
2026-03-02 02:21:18 +05:30
parent a1cf5520a9
commit f95b29a450

View File

@@ -38,3 +38,5 @@ export const redirectWithError = (res: NextApiResponse, error: string) => {
`/dashboard/settings/git-providers?error=${encodeURIComponent(error)}`,
);
};
export default findGitea;