From 3ca72c7e63b467c390447d2bf5082b69c038bf15 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 17 May 2018 09:01:23 +0100 Subject: [PATCH] Removed test code !wip --- .../ClientApp/app/settings/notifications/mobile.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/settings/notifications/mobile.component.ts b/src/Ombi/ClientApp/app/settings/notifications/mobile.component.ts index 8c082e7ac..b40b4aa94 100644 --- a/src/Ombi/ClientApp/app/settings/notifications/mobile.component.ts +++ b/src/Ombi/ClientApp/app/settings/notifications/mobile.component.ts @@ -15,7 +15,7 @@ export class MobileComponent implements OnInit { public templates: INotificationTemplates[]; public form: FormGroup; public userList: IMobileUsersViewModel[]; - public testUserId: string = "d164439a-6f23-43c6-bc12-6a8d3d89dbf5"; + public testUserId: string; constructor(private settingsService: SettingsService, private notificationService: NotificationService,