mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
@@ -107,7 +107,7 @@ export default Component.extend({
|
||||
return;
|
||||
}
|
||||
if (isSummaryDashboard) {
|
||||
let combinedObject = {};
|
||||
const combinedObject = {};
|
||||
combinedObject.dr = model['dr'];
|
||||
combinedObject.performance = model['performance'];
|
||||
return combinedObject;
|
||||
|
||||
Reference in New Issue
Block a user