enhance(backend): refine system account #23119
lint.yml
on: pull_request
pnpm_install
41s
Matrix: lint
Matrix: typecheck
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
|