fix
CureNetMulti/pipeline/head This commit looks good Details
CureNetMulti/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sieciech 2021-08-30 17:54:18 +02:00
parent ce8d2318a1
commit 1eb0ba32f1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { NotificationService } from '../../notification/notification.service';
@Injectable()
export class ErrorHandlerInterceptor implements HttpInterceptor {
get notificationService():. NotificationService {
get notificationService(): NotificationService {
return this.injector.get(NotificationService);
}