Fix: Implement Claim state machine with transitionTo helper (#200)#243
Merged
dDevAhmed merged 6 commits intoJun 26, 2026
Annotations
10 errors and 11 warnings
|
Run linter:
src/app.module.ts#L151
Unsafe array destructuring of a tuple element with an `any` value
|
|
Run linter:
src/app.module.ts#L143
'throttlerName' is defined but never used
|
|
Run linter:
src/app.module.ts#L134
Unsafe assignment of an `any` value
|
|
Run linter:
src/app.module.ts#L60
'throttlerName' is defined but never used
|
|
Run linter:
src/app.module.ts#L55
Async method 'increment' has no 'await' expression
|
|
Run linter:
src/app.controller.ts#L65
Unsafe member access .message on an `any` value
|
|
Run linter:
src/app.controller.ts#L53
Unsafe member access .message on an `any` value
|
|
Run linter:
src/app.controller.ts#L41
Unsafe member access .message on an `any` value
|
|
Run linter:
src/app.controller.ts#L36
Unsafe member access .length on an `any` value
|
|
Run linter:
src/app.controller.ts#L35
Unsafe assignment of an `any` value
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run linter:
src/auth/auth.service.spec.ts#L203
Unsafe argument of type `any` assigned to a parameter of type `LoginDto`
|
|
Run linter:
src/auth/auth.service.spec.ts#L175
Unsafe argument of type `any` assigned to a parameter of type `LoginDto`
|
|
Run linter:
src/auth/auth.service.spec.ts#L151
Unsafe argument of type `any` assigned to a parameter of type `LoginDto`
|
|
Run linter:
src/auth/auth.service.spec.ts#L125
Unsafe argument of type `any` assigned to a parameter of type `LoginDto`
|
|
Run linter:
src/auth/auth.service.spec.ts#L95
Unsafe argument of type `any` assigned to a parameter of type `LoginDto`
|
|
Run linter:
src/auth/auth.service.spec.ts#L68
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
Run linter:
src/auth/auth.service.spec.ts#L42
Unsafe argument of type `any` assigned to a parameter of type `RedisService`
|
|
Run linter:
src/auth/auth.service.spec.ts#L42
Unsafe argument of type `any` assigned to a parameter of type `JwtService`
|
|
Run linter:
src/auth/auth.service.spec.ts#L42
Unsafe argument of type `any` assigned to a parameter of type `PrismaService`
|
|
Run linter:
src/audit/services/audit-trail.service.ts#L206
Unsafe argument of type `any` assigned to a parameter of type `string`
|
background
wait
wait-all
cancel
parallel
Loading