Refactor: Clean Architecture for IQ Assessment Module (#108) #117
Annotations
10 errors and 10 warnings
|
src/analytics/providers/analytics-breakdown.service.ts#L181
Unsafe return of a value of type `any`
|
|
src/analytics/providers/analytics-breakdown.service.ts#L181
Unsafe return of a value of type `any[]`
|
|
src/analytics/providers/analytics-breakdown.service.ts#L125
Unsafe member access .eventType on an `any` value
|
|
src/analytics/providers/analytics-breakdown.service.ts#L124
Unsafe member access .count on an `any` value
|
|
src/analytics/providers/analytics-breakdown.service.ts#L123
Unsafe member access .eventType on an `any` value
|
|
src/analytics/providers/analytics-breakdown.service.ts#L123
Unsafe assignment of an `any` value
|
|
src/analytics/providers/analytics-breakdown.service.ts#L119
Async method 'transformBreakdownResults' has no 'await' expression
|
|
src/analytics/providers/analytics-breakdown.service.ts#L110
Unsafe member access .stack on an `any` value
|
|
src/analytics/providers/analytics-breakdown.service.ts#L109
Unsafe member access .message on an `any` value
|
|
src/analytics/analytics.controller.ts#L5
'UseGuards' is defined but never used
|
|
src/seed.ts#L19
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
src/main.ts#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
src/iq-assessment/providers/iq-attempt.service.ts#L155
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
src/iq-assessment/providers/iq-attempt.service.ts#L149
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
src/iq-assessment/providers/iq-assessment.service.ts#L534
Unsafe argument of type `any` assigned to a parameter of type `DeepPartial<IQQuestion>[]`
|
|
src/iq-assessment/providers/iq-assessment.service.ts#L335
Unsafe argument of type `any` assigned to a parameter of type `DeepPartial<IQQuestion>[]`
|
|
src/gamification/providers/get-streak-stats.service.ts#L35
Unsafe argument of type `any` assigned to a parameter of type `number`
|
|
src/auth/providers/refreshTokensProvider.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
src/analytics/providers/analytics-breakdown.service.ts#L125
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
src/analytics/providers/analytics-breakdown.service.ts#L124
Unsafe argument of type `any` assigned to a parameter of type `string`
|
The logs for this run have expired and are no longer available.
Loading