mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
Refix issue with prettier
This commit is contained in:
parent
c913900f76
commit
7241711853
@ -150,7 +150,7 @@ export default class DatasetHealthContainer extends Component {
|
||||
* @type {Task<TaskInstance<Promise<any>>, (a?: any) => TaskInstance<TaskInstance<Promise<any>>>>}
|
||||
*/
|
||||
getContainerDataTask = task(function*(this: DatasetHealthContainer): IterableIterator<Promise<IDatasetHealth>> {
|
||||
const health = <IDatasetHealth>yield readDatasetHealthByUrn(get(this, 'urn'));
|
||||
const health: IDatasetHealth = yield readDatasetHealthByUrn(get(this, 'urn'));
|
||||
|
||||
const details = health.validations || [];
|
||||
const total = details.length;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user