melphi/algobox

View on GitHub
java/algobox/algobox-microservice/src/main/resources/static/swagger/lib/object-assign-pollyfill.js

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

            if (Object.prototype.hasOwnProperty.call(source, nextKey)) {
              output[nextKey] = source[nextKey];
            }

    There are no issues that match your filters.

    Category
    Status