synapsecns/sanguine

View on GitHub
packages/sdk-router/src/utils/RouterCache.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function RouterCache has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const RouterCache = (maxAge: number) => {
  /* @ts-ignore */
  return (
    target: Object, // target
    propertyKey: string,
Severity: Minor
Found in packages/sdk-router/src/utils/RouterCache.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status