mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
fixed linting on config.ts
This commit is contained in:
@@ -6,7 +6,7 @@ import { GlobalConfig } from './config/global-config.interface';
|
||||
|
||||
const GLOBAL_CONFIG: InjectionToken<GlobalConfig> = new InjectionToken<GlobalConfig>('config');
|
||||
|
||||
let configContext = require.context("../config", false, /js$/);
|
||||
const configContext = require.context('../config', false, /js$/);
|
||||
|
||||
let production = false;
|
||||
|
||||
|
Reference in New Issue
Block a user