Skip to content

Commit 7342992

Browse files
committed
eslint fix
1 parent 0f0fe1f commit 7342992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/models/wdt-model-definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ define(['knockout', 'utils/observable-properties', 'js-yaml', 'utils/validation-
135135
propertiesMap.set(propertyKey, propertyData);
136136
});
137137
return [...propertiesMap.values()];
138-
}
138+
};
139139

140140
// Placeholder for when multiple model files are supported so that the domain page can reliably get all
141141
// secrets in the models.

0 commit comments

Comments
 (0)