chore: use DEBUG logging var on the frontend #997
Annotations
2 errors and 10 warnings
Build, lint and type-check
@oakai/nextjs#lint: command (/home/runner/work/oak-ai-lesson-assistant/oak-ai-lesson-assistant/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Build, lint and type-check
Process completed with exit code 1.
|
Build, lint and type-check:
packages/aila/src/core/Aila.liveWithOpenAI.test.ts#L115
Unsafe assignment of an `any` value
|
Build, lint and type-check:
packages/aila/src/core/Aila.test.ts#L16
Unsafe call of an `any` typed value
|
Build, lint and type-check:
packages/aila/src/core/Aila.test.ts#L16
Unsafe member access .stop on an `any` value
|
Build, lint and type-check:
packages/aila/src/core/Aila.test.ts#L382
Unexpected console statement
|
Build, lint and type-check:
packages/aila/src/core/Aila.ts#L73
Unsafe assignment of an `any` value
|
Build, lint and type-check:
packages/aila/src/core/Aila.ts#L82
Unsafe assignment of an `any` value
|
Build, lint and type-check:
packages/aila/src/core/Aila.ts#L231
Unexpected constant condition
|
Build, lint and type-check:
packages/aila/src/core/chat/AilaChat.ts#L162
Async method 'systemMessage' has no 'await' expression
|
Build, lint and type-check:
packages/aila/src/core/chat/AilaChat.ts#L282
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build, lint and type-check:
packages/aila/src/core/chat/AilaStreamHandler.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading