From 916f5bac5fb93d8db98a7f48ce5484c729ecc60c Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 14:37:06 -0700 Subject: [PATCH] Incient --- CommonServer/Services/IncidentSeverityService.ts | 4 ++-- CommonServer/Services/IncidentStateService.ts | 4 ++-- CommonServer/Services/ScheduledMaintenanceStateService.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CommonServer/Services/IncidentSeverityService.ts b/CommonServer/Services/IncidentSeverityService.ts index f1478a7e60..dc75fe7c33 100644 --- a/CommonServer/Services/IncidentSeverityService.ts +++ b/CommonServer/Services/IncidentSeverityService.ts @@ -23,12 +23,12 @@ export class Service extends DatabaseService { createBy: CreateBy ): Promise> { if (!createBy.data.order) { - throw new BadDataException('Incient severity order is required'); + throw new BadDataException('Incident severity order is required'); } if (!createBy.data.projectId) { throw new BadDataException( - 'Incient severity projectId is required' + 'Incident severity projectId is required' ); } diff --git a/CommonServer/Services/IncidentStateService.ts b/CommonServer/Services/IncidentStateService.ts index 5001e75d03..3b7f44a652 100644 --- a/CommonServer/Services/IncidentStateService.ts +++ b/CommonServer/Services/IncidentStateService.ts @@ -23,11 +23,11 @@ export class Service extends DatabaseService { createBy: CreateBy ): Promise> { if (!createBy.data.order) { - throw new BadDataException('Incient State order is required'); + throw new BadDataException('Incident State order is required'); } if (!createBy.data.projectId) { - throw new BadDataException('Incient State projectId is required'); + throw new BadDataException('Incident State projectId is required'); } await this.rearrangeOrder( diff --git a/CommonServer/Services/ScheduledMaintenanceStateService.ts b/CommonServer/Services/ScheduledMaintenanceStateService.ts index 5104fc3baa..3c9f511e56 100644 --- a/CommonServer/Services/ScheduledMaintenanceStateService.ts +++ b/CommonServer/Services/ScheduledMaintenanceStateService.ts @@ -23,11 +23,11 @@ export class Service extends DatabaseService { createBy: CreateBy ): Promise> { if (!createBy.data.order) { - throw new BadDataException('Incient State order is required'); + throw new BadDataException('Incident State order is required'); } if (!createBy.data.projectId) { - throw new BadDataException('Incient State projectId is required'); + throw new BadDataException('Incident State projectId is required'); } await this.rearrangeOrder(