igara/syonet_seven

View on GitHub
nodejs/api/src/resolvers/google/scraping.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function saveScrapingHTML has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @Mutation(() => SaveScrapingHTML, { nullable: true })
  async saveScrapingHTML(
    @Ctx() ctx: Context,
    @Arg("html") html: string,
    @Arg("url") url: string,
Severity: Minor
Found in nodejs/api/src/resolvers/google/scraping.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status