Deprecate commit sha (#7936)

This commit is contained in:
Maurizio Vitale
2022-11-01 16:36:13 +00:00
committed by GitHub
parent c2cdd90d99
commit 68d6d15142
2 changed files with 0 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ export class AboutComponent implements OnInit {
licenseEntries: LicenseData[];
dependencyEntries: PackageInfo[] = [];
url: string;
version: string;
dependencies: string;
application: string;
@@ -70,7 +69,6 @@ export class AboutComponent implements OnInit {
}
ngOnInit() {
this.url = `https://github.com/Alfresco/${this.pkg?.name}/commits/${this.pkg?.commit}`;
this.version = this.pkg?.version;
this.dependencies = this.pkg?.dependencies;