fixed build !wip

pull/2814/head
tidusjar 6 years ago
parent 1873f44e53
commit 619ea4dbc4

@ -140,7 +140,6 @@ export class MovieRequestsComponent implements OnInit {
public denyRequest() {
this.requestService.denyMovie({ id: this.requestToDeny.id, reason: this.rejectionReason })
.subscribe(x => {
debugger;
this.denyDisplay = false;
if (x.result) {
this.notificationService.success(

Loading…
Cancel
Save