mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
add missing break in switch
This commit is contained in:
@@ -124,6 +124,7 @@ const overrideWithEnvironment = (config: Config, key: string = '') => {
|
||||
break;
|
||||
case 'string':
|
||||
config[property] = value;
|
||||
break;
|
||||
default:
|
||||
console.warn(`Unsupported environment variable type ${typeof innerConfig} ${DSPACE(variable)}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user