Skip to content

Commit 2bb1f63

Browse files
author
arthosofteq
committed
fix analytics
1 parent 1f040ce commit 2bb1f63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

redisinsight/api/src/modules/analytics/telemetry.base.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { isString } from 'lodash';
22
import { EventEmitter2 } from '@nestjs/event-emitter';
3-
import { HttpException } from '@nestjs/common';
3+
import { HttpException, Injectable } from '@nestjs/common';
44
import { AppAnalyticsEvents } from 'src/constants';
55

6+
@Injectable()
67
export abstract class TelemetryBaseService {
78
constructor(
89
protected readonly eventEmitter: EventEmitter2,

0 commit comments

Comments
 (0)