mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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() {
|
public denyRequest() {
|
||||||
this.requestService.denyMovie({ id: this.requestToDeny.id, reason: this.rejectionReason })
|
this.requestService.denyMovie({ id: this.requestToDeny.id, reason: this.rejectionReason })
|
||||||
.subscribe(x => {
|
.subscribe(x => {
|
||||||
debugger;
|
|
||||||
this.denyDisplay = false;
|
this.denyDisplay = false;
|
||||||
if (x.result) {
|
if (x.result) {
|
||||||
this.notificationService.success(
|
this.notificationService.success(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue