onebeyond/bamboohrbot

View on GitHub
src/handler.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function main() {
  initializeSecretsManager();

  const slackBotToken = await getSecret('SLACK_BOT_TOKEN');
  const slackSigningSecret = await getSecret('SLACK_SIGNING_SECRET');
Severity: Minor
Found in src/handler.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status