issue#21 add chat apis #50
Annotations
12 errors and 11 warnings
Run autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
pull request is not open: MERGED
|
Run ESLint fix:
.eslintrc.js#L1
'module' is not defined
|
Run ESLint fix:
frontend/src/app/[id]/page.tsx#L66
Unexpected any. Specify a different type
|
Run ESLint fix:
frontend/src/app/api/project/route.ts#L21
Unexpected any. Specify a different type
|
Run ESLint fix:
frontend/src/app/api/project/route.ts#L48
Unexpected any. Specify a different type
|
Run ESLint fix:
frontend/src/app/api/project/route.ts#L76
Unexpected any. Specify a different type
|
Run ESLint fix:
frontend/src/app/api/project/route.ts#L76
Unexpected any. Specify a different type
|
Run ESLint fix:
frontend/src/app/hooks/useLocalStorageData.ts#L3
Unexpected any. Specify a different type
|
Run ESLint fix:
frontend/src/components/chat/chat-bottombar.tsx#L68
Expected an assignment or function call and instead saw an expression
|
Run ESLint fix:
frontend/src/components/chat/chat-bottombar.tsx#L72
Expected an assignment or function call and instead saw an expression
|
Run ESLint fix:
frontend/src/components/chat/chat-topbar.tsx#L55
Unexpected any. Specify a different type
|
Check TypeScript
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run ESLint fix:
backend/src/app.module.ts#L13
'RolesGuard' is defined but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/app.module.ts#L14
'MenuGuard' is defined but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/app.resolver.ts#L1
'Injectable' is defined but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/auth/auth.service.ts#L87
Unexpected console statement
|
Run ESLint fix:
backend/src/auth/auth.service.ts#L95
'error' is defined but never used
|
Run ESLint fix:
backend/src/auth/auth.spec.ts#L34
'userRepository' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/auth/auth.spec.ts#L35
'jwtService' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/auth/auth.spec.ts#L36
'configService' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/auth/dto/check-token.input.ts#L2
'OutputTypeFactory' is defined but never used. Allowed unused vars must match /^_/u
|
Run ESLint fix:
backend/src/auth/dto/check-token.input.ts#L3
'MinLength' is defined but never used. Allowed unused vars must match /^_/u
|
Loading