Skip to content

fix: auth 관련 api가 무조건 200 리턴 버그 #232

fix: auth 관련 api가 무조건 200 리턴 버그

fix: auth 관련 api가 무조건 200 리턴 버그 #232

Triggered via pull request September 21, 2023 08:11
Status Failure
Total duration 54s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test PR: backend/src/v1/auth/auth.controller.ts#L79
Type '{ items: User[]; } | null' is not assignable to type '{ items: User[]; }'.
Test PR: backend/src/v1/auth/auth.controller.ts#L166
Type '{ items: User[]; } | null' is not assignable to type '{ items: User[]; }'.
Test PR: backend/src/v1/auth/auth.validate.ts#L33
Type '{ items: User[]; } | null' is not assignable to type '{ items: User[]; }'.
Test PR: backend/src/v1/auth/auth.validateDefaultNullUser.ts#L25
Type '{ items: User[]; } | null' is not assignable to type '{ items: User[]; }'.
Test PR: backend/src/v1/slack/slack.service.ts#L59
Property 'items' does not exist on type '{ items: User[]; } | null'.
Test PR
Process completed with exit code 1.