superdesk/superdesk-client-core

View on GitHub
scripts/apps/publish/controllers/SubscriberTokenController.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function SubscriberTokenController($scope, api, $rootScope) {
    const subscriber = $scope.subscriber;

    this.copy = copyString;
    this.tokens = [];
Severity: Minor
Found in scripts/apps/publish/controllers/SubscriberTokenController.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status