Linter fix.

This commit is contained in:
kialam 2019-02-08 14:52:15 -07:00
parent 28a29293c7
commit fcba02cd86
No known key found for this signature in database
GPG Key ID: 2D0E60E4B8C7EA0F

View File

@ -579,7 +579,8 @@ function getExtraVarsDetails () {
function getArtifactsDetails (val) {
const artifacts = val || resource.model.get('artifacts');
if (!artifacts || (Object.entries(artifacts).length === 0 && artifacts.constructor === Object)) {
if (!artifacts || (Object.entries(artifacts).length === 0 &&
artifacts.constructor === Object)) {
return null;
}