log github error

This commit is contained in:
x032205
2025-08-04 13:42:00 -04:00
parent 95b327de50
commit 5a3aa3d608

View File

@@ -348,6 +348,8 @@ export const validateGitHubConnectionCredentials = async (
});
}
} catch (e: unknown) {
logger.error(e, "Unable to verify GitHub connection");
if (e instanceof BadRequestError) {
throw e;
}