mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -16,7 +16,7 @@ export class TokenResponseParsingService implements ResponseParsingService {
|
||||
if (isNotEmpty(data.payload) && isNotEmpty(data.payload.token) && (data.statusCode === 200)) {
|
||||
return new TokenResponse(data.payload.token, true, data.statusCode, data.statusText);
|
||||
} else {
|
||||
return new TokenResponse(null, false, data.statusCode, data.statusText)
|
||||
return new TokenResponse(null, false, data.statusCode, data.statusText);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user