mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ci:force] - Fixed lint
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user