leonitousconforti/tinyburg

View on GitHub
apps/authproxy/src/routes/v1/handler.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function handler has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const handler = async function (request: Request, reply: Reply): Promise<void> {
    request.log.debug({ req: request }, "handler hook fired");
    const { playerId, salt, playerSs, finalUrl, endpoint } = request.nimblebitData;

    // Make the request
Severity: Minor
Found in apps/authproxy/src/routes/v1/handler.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status