Notificaiton

This commit is contained in:
Carl Downing
2023-07-30 15:19:16 -07:00
parent 295bc2bacc
commit 452c92147e
3 changed files with 5 additions and 5 deletions

View File

@@ -335,7 +335,7 @@ import OnCallDutyPolicyCustomFieldService, {
Service as OnCallDutyPolicyCustomFieldServiceType,
} from 'CommonServer/Services/OnCallDutyPolicyCustomFieldService';
import UserNotificaitonLogTimelineAPI from 'CommonServer/API/UserOnCallLogTimelineAPI';
import UserNotificationLogTimelineAPI from 'CommonServer/API/UserOnCallLogTimelineAPI';
import UserOnCallLog from 'Model/Models/UserOnCallLog';
import UserOnCallLogService, {
@@ -759,7 +759,7 @@ app.use(
app.use(`/${APP_NAME.toLocaleLowerCase()}`, new StatusPageAPI().getRouter());
app.use(
`/${APP_NAME.toLocaleLowerCase()}`,
new UserNotificaitonLogTimelineAPI().getRouter()
new UserNotificationLogTimelineAPI().getRouter()
);
app.use(`/${APP_NAME.toLocaleLowerCase()}`, new UserCallAPI().getRouter());
app.use(`/${APP_NAME.toLocaleLowerCase()}`, new UserEmailAPI().getRouter());

View File

@@ -227,7 +227,7 @@ backendProtocol:
# Status page CNAME to display whcih customers will set on the cusom domain tab of status page.
statusPageDomain:
# Push notificaitons.
# Push Notifications.
# Generate public and pivate key for push notifications.
# These are just the test keys.
# You can generate them by:

View File

@@ -592,7 +592,7 @@ export default class Model extends TenantModel {
isDefaultValueColumn: true,
type: TableColumnType.Boolean,
title: 'Enable SMS Notifications',
description: 'Enable SMS notificaitons for this project.',
description: 'Enable SMS notifications for this project.',
})
@Column({
nullable: false,
@@ -618,7 +618,7 @@ export default class Model extends TenantModel {
isDefaultValueColumn: true,
type: TableColumnType.Boolean,
title: 'Enable Call Notifications',
description: 'Enable call notificaitons for this project.',
description: 'Enable call notifications for this project.',
})
@Column({
nullable: false,