mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
fixed build !wip
This commit is contained in:
parent
1873f44e53
commit
619ea4dbc4
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue