Skip to content

Commit

Permalink
remove test data
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jul 31, 2023
1 parent ad46c23 commit b0f04a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export class TrustedSummaryComponent implements OnInit, OnDestroy {
this.orcid = this._router.url.split('/')[1]
this._trustedSummary.getSummary(this.orcid).subscribe((data) => {
this.trustedSummary = data
this.trustedSummary.orcid = 'http://localhost:4200/0000-0002-6108-9550'
if (this.trustedSummary.selfAssertedWorks) {
this.works.push({
verified: false,
Expand Down

0 comments on commit b0f04a4

Please sign in to comment.