Skip to content

Commit

Permalink
forgot to uncomment :P
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbaldwa committed Sep 12, 2019
1 parent b0e0f3a commit 8fb72d1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/app/confirmation/update-result/updateResult.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ export class UpdateResultComponent implements OnInit, OnDestroy {
return;
}

// this.ladderService.updateScore(
// this.id,
// this.matchId,
// this.matchSwap,
// this.setSwap
// );
// this.ladderService.updatedResult(this.router);
this.ladderService.updateScore(
this.id,
this.matchId,
this.matchSwap,
this.setSwap
);
this.ladderService.updatedResult(this.router);
}

ngOnDestroy() {
Expand Down

0 comments on commit 8fb72d1

Please sign in to comment.