]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/users/user-notification.service.ts
Refactor how we use icons
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / users / user-notification.service.ts
index 67ed8f74e2bb05c0d1c9c32e5ea972d2bfe76035..f8a30955d5f0a73ac6a657c95ec17f6e8a5418a2 100644 (file)
@@ -15,8 +15,6 @@ export class UserNotificationService {
   static BASE_NOTIFICATIONS_URL = environment.apiUrl + '/api/v1/users/me/notifications'
   static BASE_NOTIFICATION_SETTINGS = environment.apiUrl + '/api/v1/users/me/notification-settings'
 
-  private socket: SocketIOClient.Socket
-
   constructor (
     private auth: AuthService,
     private authHttp: HttpClient,