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