mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -12,7 +12,7 @@ import { isAuthenticationBlocking } from './selectors';
|
||||
* To ensure all rest requests get the correct auth header.
|
||||
*/
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class AuthBlockingGuard implements CanActivate {
|
||||
|
||||
|
Reference in New Issue
Block a user