mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
Linter fix.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user