Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

Commit 1dcad60

Browse files
Merge branch 'master' into improve_coverage_ngx
2 parents 69d8685 + 027e748 commit 1dcad60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/services/challenge.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export class ChallengeService {
135135
});
136136
SELF.fetchPhases(id);
137137
SELF.fetchPhaseSplits(id);
138+
SELF.changeChallengeHostStatus(false);
138139
this.apiService.getUrl(API_PATH).subscribe(
139140
data => {
140141
if (data['id'] === parseInt(id, 10)) {

0 commit comments

Comments
 (0)