[ci:force] - Fixed lint

This commit is contained in:
VitoAlbano
2025-01-24 13:05:01 +00:00
committed by Vito Albano
parent c1a42596dd
commit 7bdec42329
279 changed files with 3312 additions and 3998 deletions
@@ -28,6 +28,6 @@ export class TaskVariableCloud {
}
hasValue(obj: TaskVariableCloud): boolean {
return typeof obj.value !== undefined && obj.value !== null;
return obj.value !== undefined && obj.value !== null;
}
}