Project

General

Profile

« Previous | Next » 

Revision 62554

Added by John Balasis about 1 year ago

removed probably unnecessary subscription

View differences:

repository.component.ts
44 44
      this.loadingMessage = 'Retrieving datasource info';
45 45
      this.repoService.getRepositoryById(this.repositoryId).subscribe(
46 46
        repository => {
47
          console.log("Repository component - Repository id: " + repository.id);
47
          console.log('Repository component - Repository id: ' + repository.id);
48 48
          this.sharedService.setRepository(repository);
49 49
          this.loadingMessage = '';
50 50
        },

Also available in: Unified diff