|
|
@ -58,7 +58,7 @@ export class PushbulletComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
|
|
this.testerService.pushbulletTest(form.value).subscribe(x => {
|
|
|
|
this.testerService.pushbulletTest(form.value).subscribe(x => {
|
|
|
|
if (x) {
|
|
|
|
if (x) {
|
|
|
|
this.notificationService.success("Successful", "Successfully sent a Pushbullet message, please check the discord channel");
|
|
|
|
this.notificationService.success("Successful", "Successfully sent a Pushbullet message");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.notificationService.success("Error", "There was an error when sending the Pushbullet message. Please check your settings");
|
|
|
|
this.notificationService.success("Error", "There was an error when sending the Pushbullet message. Please check your settings");
|
|
|
|
}
|
|
|
|
}
|
|
|
|