nycJSorg/angular-presentation

View on GitHub
apps/angular-thirty-seconds/src/app/create-snippet/snippet-modal/snippet-overview.component.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function onSubmit has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async onSubmit() {
    console.log('You can copy the snippet here:\n', this.snippet);
    this.isPRCreating = true;

    if (!(this.githubAuth && this.githubAuth.credential)) {

    There are no issues that match your filters.

    Category
    Status