Skip to content

enhance(backend): Sharkey를 사용하는 서버의 사용자가 설정한 아바타 장식을 자동으로 불러옴 #1533

enhance(backend): Sharkey를 사용하는 서버의 사용자가 설정한 아바타 장식을 자동으로 불러옴

enhance(backend): Sharkey를 사용하는 서버의 사용자가 설정한 아바타 장식을 자동으로 불러옴 #1533

Triggered via push October 8, 2024 04:22
Status Success
Total duration 12m 37s
Artifacts

lint.yml

on: push
Matrix: lint
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
typecheck (backend)
'instance' is possibly 'null'.
typecheck (backend)
Type '{ id: string; updatedAt?: Date | null | undefined; updatedAtHistory?: Date[] | null | undefined; noteEditHistory?: string[] | undefined; replyId: MiNote["id"] | null; reply: MiNote | null; ... 35 more ...; deleteAt?: Date | ... 1 more ... | undefined; }' is not assignable to type 'MiNote'.
typecheck (backend)
Object literal may only specify known properties, and 'origin' does not exist in type '{ userId?: string | null | undefined; channelId?: string | null | undefined; host?: string | null | undefined; }'.
typecheck (backend)
Argument of type 'JsonValue | undefined' is not assignable to parameter of type '{ partner?: string | undefined; group?: string | undefined; }'.
typecheck (backend)
Argument of type 'JsonValue' is not assignable to parameter of type 'string'.
typecheck (backend)
Process completed with exit code 2.
typecheck (sw)
Right operand of ?? is unreachable because the left operand is never nullish.
typecheck (sw)
Property 'user' does not exist on type '{ id: string; createdAt: string; type: "groupInvited"; invitation: string; }'.
typecheck (sw)
Property 'group' does not exist on type 'string'.
typecheck (sw)
Property 'id' does not exist on type 'string'.
typecheck (sw)
Property 'id' does not exist on type 'string'.
typecheck (sw)
Process completed with exit code 2.
lint (frontend-shared): packages/frontend-shared/js/array.ts#L6
'EndoRelation' is defined but never used