diff options
Diffstat (limited to 'client/src/app/core')
-rw-r--r-- | client/src/app/core/notification/user-notification-socket.service.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/core/notification/user-notification-socket.service.ts b/client/src/app/core/notification/user-notification-socket.service.ts index 29337d3a7..493f03e35 100644 --- a/client/src/app/core/notification/user-notification-socket.service.ts +++ b/client/src/app/core/notification/user-notification-socket.service.ts | |||
@@ -2,7 +2,6 @@ import { Injectable } from '@angular/core' | |||
2 | import { environment } from '../../../environments/environment' | 2 | import { environment } from '../../../environments/environment' |
3 | import { UserNotification as UserNotificationServer } from '../../../../../shared' | 3 | import { UserNotification as UserNotificationServer } from '../../../../../shared' |
4 | import { Subject } from 'rxjs' | 4 | import { Subject } from 'rxjs' |
5 | import * as io from 'socket.io-client' | ||
6 | import { AuthService } from '../auth' | 5 | import { AuthService } from '../auth' |
7 | 6 | ||
8 | export type NotificationEvent = 'new' | 'read' | 'read-all' | 7 | export type NotificationEvent = 'new' | 'read' | 'read-all' |