mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Linter fix.
This commit is contained in:
parent
28a29293c7
commit
fcba02cd86
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user