mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
fix test
This commit is contained in:
@@ -15,8 +15,7 @@ import { DomSanitizer } from '@angular/platform-browser';
|
||||
@Injectable()
|
||||
export class NotificationsService {
|
||||
|
||||
constructor(private store: Store<Notification>,
|
||||
private domSanitizer: DomSanitizer,) {
|
||||
constructor(private store: Store<Notification>) {
|
||||
}
|
||||
|
||||
private add(notification: Notification) {
|
||||
|
Reference in New Issue
Block a user