fix: 詳細表示時にいいねボタンが動作してなかった #102
Annotations
8 errors
Run pnpm --filter backend run typecheck
Cannot find name 'ScheduledNoteDeleteJobData'.
|
Run pnpm --filter backend run typecheck
Cannot find name 'ScheduledNoteDeleteQueue'.
|
Run pnpm --filter backend run typecheck
Type '{ id: string; replyId: MiNote["id"] | null; reply: MiNote | null; renoteId: MiNote["id"] | null; renote: MiNote | null; threadId: string | null; text: string | null; name: string | null; ... 28 more ...; renoteUserHost: string | null; }' is not assignable to type 'MiNote'.
|
Run pnpm --filter backend run typecheck
Type '{ pinnedNotes?: ({ text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; id: string; userId: string; user: { host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The ...' is not assignable to type '{ name: string; id: string; userId: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly format: "id"; }>; isSensitive: SchemaType<{ readonly type: "boolean"; readonly optional: false; readonly nullable: false; }>; ... 10 more ...; createdAt: string; } & {} & { ...; }'.
|
Run pnpm --filter backend run typecheck
A type predicate's type must be assignable to its parameter's type.
|
Run pnpm --filter backend run typecheck
Argument of type '() => Promise<{ maintainerName: string | null; maintainerEmail: string | null; version: string; name: string | null; shortName: string | null; uri: string; description: string | null; langs: string[]; ... 109 more ...; federationHosts: string[]; }>' is not assignable to parameter of type 'Executor<{ readonly tags: readonly ["meta"]; readonly requireCredential: true; readonly requireAdmin: true; readonly kind: "read:admin:meta"; readonly res: { readonly type: "object"; readonly optional: false; readonly nullable: false; readonly properties: { ...; }; }; }, { ...; }>'.
|
Run pnpm --filter backend run typecheck
Cannot find name 'ScheduledNoteDeleteQueue'.
|
Run pnpm --filter backend run typecheck
Process completed with exit code 2.
|
Loading