Skip to content

enhance(backend): refine system account #23119

enhance(backend): refine system account

enhance(backend): refine system account #23119

Triggered via pull request February 21, 2025 09:34
Status Success
Total duration 2m 44s
Artifacts

lint.yml

on: pull_request
pnpm_install
41s
pnpm_install
Matrix: lint
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
typecheck (backend)
Property 'proxyAccount' does not exist on type 'MiMeta'.
typecheck (backend)
Module '"@/core/SystemAccountService.js"' has no exported member 'InstanceActorService'.
typecheck (backend)
Cannot find module '@/core/ProxyAccountService.js' or its corresponding type declarations.
typecheck (backend)
Object literal may only specify known properties, and 'proxyAccount' does not exist in type 'MiMeta'.
typecheck (backend)
Module '"@/core/SystemAccountService.js"' has no exported member 'InstanceActorService'.
typecheck (backend)
Cannot find module '@/core/ProxyAccountService.js' or its corresponding type declarations.
typecheck (backend)
Module '"@/core/SystemAccountService.js"' has no exported member 'InstanceActorService'.
typecheck (backend)
Property 'instanceActorService' does not exist on type 'MetaEntityService'.
typecheck (backend)
Module '"@/core/SystemAccountService.js"' has no exported member 'InstanceActorService'.
typecheck (backend)
Type '{ readonly tags: readonly ["admin"]; readonly requireCredential: true; readonly requireModerator: true; readonly kind: "write:admin:update-proxy-account"; readonly errors: { readonly accessDenied: { readonly message: "Only administrators can edit members of the role."; readonly code: "ACCESS_DENIED"; readonly id: "1...' does not satisfy the constraint 'IEndpointMeta'.
lint (misskey-reversi): packages/misskey-reversi/src/serializer.ts#L25
Unnecessary conditional, comparison is always true, since `"put" === "put"` is true
lint (misskey-reversi): packages/misskey-reversi/src/serializer.ts#L88
Unnecessary conditional, comparison is always true, since `"put" === "put"` is true