Skip to content

fix: access token이 header로 전송되도록 수정, blacklist와 tokenVersion이 역할이 중복돼… #160

fix: access token이 header로 전송되도록 수정, blacklist와 tokenVersion이 역할이 중복돼…

fix: access token이 header로 전송되도록 수정, blacklist와 tokenVersion이 역할이 중복돼… #160

Triggered via push November 20, 2024 14:42
Status Success
Total duration 58s
Artifacts
Lint and Unit Test
49s
Lint and Unit Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint and Unit Test: @noctaCrdt/Crdt.ts#L24
'index' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: @noctaCrdt/Crdt.ts#L24
'value' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: @noctaCrdt/Crdt.ts#L24
'blockId' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: @noctaCrdt/Crdt.ts#L26
'index' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: @noctaCrdt/Crdt.ts#L26
'blockId' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: @noctaCrdt/Crdt.ts#L28
'operation' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: @noctaCrdt/Crdt.ts#L30
'operation' is defined but never used. Allowed unused args must match /^_/u
Lint and Unit Test: client/src/features/editor/components/MenuBlock/MenuBlock.tsx#L5
Unexpected any. Specify a different type
Lint and Unit Test: client/src/features/editor/components/MenuBlock/MenuBlock.tsx#L6
Unexpected any. Specify a different type
Lint and Unit Test: server/src/crdt/crdt.gateway.ts#L22
'Block' is defined but never used. Allowed unused vars must match /^(js|Injectable|Controller|Get|Post|Put|Delete|Patch|Options|Head|All)$/u