Fix for open project error

This commit is contained in:
Piotr Pekala
2019-11-14 04:34:28 -08:00
parent 1ff8f00397
commit fa59471dd8
2 changed files with 8 additions and 3 deletions

View File

@ -165,7 +165,6 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
.pipe(
mergeMap((server: Server) => {
this.server = server;
this.setUpWS();
return this.projectService.get(server, paramMap.get('project_id')).pipe(
map(project => {
return project;