Fixed lint errors and add lint fix script

This commit is contained in:
Giuseppe Digilio
2020-12-04 10:32:46 +01:00
parent 587affd064
commit 20b5721e3c
322 changed files with 759 additions and 752 deletions

View File

@@ -182,7 +182,7 @@ export class MetadataSchemaComponent implements OnInit {
this.forceUpdateFields();
});
}
)
);
}
/**
@@ -199,9 +199,9 @@ export class MetadataSchemaComponent implements OnInit {
);
messages.subscribe(([head, content]) => {
if (success) {
this.notificationsService.success(head, content)
this.notificationsService.success(head, content);
} else {
this.notificationsService.error(head, content)
this.notificationsService.error(head, content);
}
});
}