Lint again
This commit is contained in:
parent
146c599deb
commit
00f0f957c0
|
@ -92,7 +92,7 @@ lemur.factory('LemurRestangular', function (Restangular, $location, $auth) {
|
|||
});
|
||||
|
||||
RestangularConfigurer.setErrorInterceptor(function(response) {
|
||||
if (response.status == 400) {
|
||||
if (response.status === 400) {
|
||||
if (response.data.message) {
|
||||
var data = '';
|
||||
_.each(response.data.message, function (value, key) {
|
||||
|
|
Loading…
Reference in New Issue