wasilak/notes-manager

View on GitHub
libs/web/static/app/services/api.js

Summary

Maintainability
C
1 day
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

return $http({
cache: false,
url: url,
method: 'PUT',
headers: {
Severity: Major
Found in libs/web/static/app/services/api.js and 1 other location - About 4 hrs to fix
libs/web/static/app/services/api.js on lines 82..106

Similar blocks of code found in 2 locations. Consider refactoring.
Open

return $http({
cache: false,
url: url,
method: 'POST',
headers: {
Severity: Major
Found in libs/web/static/app/services/api.js and 1 other location - About 4 hrs to fix
libs/web/static/app/services/api.js on lines 113..137

There are no issues that match your filters.

Category
Status