fixed build !wip

This commit is contained in:
tidusjar 2019-01-22 21:33:23 +00:00
commit 619ea4dbc4

View file

@ -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(