igara/syonet_seven

View on GitHub
nodejs/api/src/resolvers/webpush.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createWebPushUser has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @Mutation(() => CreateWebPushUser, { nullable: true })
  async createWebPushUser(
    @Arg("endpoint") endpoint: string,
    @Arg("auth") auth: string,
    @Arg("p256dh") p256dh: string
Severity: Minor
Found in nodejs/api/src/resolvers/webpush.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status