feat: signed endpoints integrated #386
Annotations
15 errors and 2 warnings
format
@commune-ts/api#format: command (/home/runner/work/commune-ts/commune-ts/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Type '{ subspaceModule: "keys"[]; }' is missing the following properties from type 'Record<SubspacePalletName, SubspaceStorageName[]>': governanceModule, subnetEmissionModule
|
typecheck
Type '{ subspaceModule: P[]; }' is missing the following properties from type 'Record<SubspacePalletName, P[]>': governanceModule, subnetEmissionModule
|
typecheck
Argument of type 'Record<P, Record<string, string | Record<string, any>>>' is not assignable to parameter of type 'Record<P, Record<string, string | number>>'.
|
typecheck
commune-cache#typecheck: command (/home/runner/work/commune-ts/commune-ts/apps/commune-cache) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint:
packages/api/src/auth/index.ts#L22
Async arrow function 'createSessionToken' has no 'await' expression
|
lint:
packages/api/src/auth/sign.ts#L36
Unsafe assignment of an `any` value
|
lint:
packages/api/src/router/auth.ts#L19
Unexpected var, use let or const instead
|
lint:
packages/api/src/router/auth.ts#L23
Invalid type "unknown" of template literal expression
|
lint:
packages/api/src/router/auth.ts#L33
Invalid type "unknown" of template literal expression
|
lint:
packages/api/src/trpc.ts#L54
Invalid type "unknown" of template literal expression
|
lint
@commune-ts/api#lint: command (/home/runner/work/commune-ts/commune-ts/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|
lint:
packages/api/src/router/auth.ts#L4
Imports "AuthReq" are only used as type
|
lint:
packages/api/src/trpc.ts#L16
Imports "SessionData" are only used as type
|