diff --git a/backend/src/index.ts b/backend/src/index.ts index e3b10aa..acddde3 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -62,7 +62,7 @@ export function createServer() { function start() { const port = appConfig.port; - console.log("Starting up...Process environment:", process.env) + console.log("Starting up...") sequelize .authenticate() diff --git a/backend/src/modules/github/github.utils.ts b/backend/src/modules/github/github.utils.ts index d07c33b..7fc28d2 100644 --- a/backend/src/modules/github/github.utils.ts +++ b/backend/src/modules/github/github.utils.ts @@ -90,7 +90,7 @@ export async function callGHPassFailAPI( installationId, jwtToken ); - console.log('installationToken', installationToken); + if (installationToken) { const apiResponse = await respondToDeploymentProtectionRule( deploymentCallbackUrl,