feat(#680): add reusable calculate_royalty helper + estimate endpoint #353
Annotations
10 errors and 1 warning
|
test:
src/clips/clips-bulk-update.spec.ts#L116
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clips-bulk-update.spec.ts#L116
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clips-bulk-update.spec.ts#L98
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clips-bulk-update.spec.ts#L86
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clips-bulk-update.spec.ts#L71
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clips-bulk-update.spec.ts#L48
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clips-bulk-update.spec.ts#L47
Type 'number' is not assignable to type 'string'.
|
|
test:
src/clips/clip-posting.processor.spec.ts#L20
Expected 5 arguments, but got 4.
|
|
test:
src/auth/auth.service.spec.ts#L36
Property 'withTransaction' does not exist on type '{ user: { findUnique: Mock<any, any, any>; create: Mock<any, any, any>; update: Mock<any, any, any>; }; refreshToken: { create: Mock<any, any, any>; findUnique: Mock<...>; update: Mock<...>; updateMany: Mock<...>; delete: Mock<...>; }; emailVerificationToken: { ...; }; }'.
|
|
test:
src/app.controller.ts#L29
A type referenced in a decorated signature must be imported with 'import type' or a namespace import when 'isolatedModules' and 'emitDecoratorMetadata' are enabled.
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|