Skip to content

chore: use DEBUG logging var on the frontend #997

chore: use DEBUG logging var on the frontend

chore: use DEBUG logging var on the frontend #997

Triggered via pull request October 29, 2024 12:32
Status Failure
Total duration 1m 52s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint
@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)
lint
Process completed with exit code 1.
lint: packages/aila/src/core/Aila.liveWithOpenAI.test.ts#L115
Unsafe assignment of an `any` value
lint: packages/aila/src/core/Aila.test.ts#L16
Unsafe call of an `any` typed value
lint: packages/aila/src/core/Aila.test.ts#L16
Unsafe member access .stop on an `any` value
lint: packages/aila/src/core/Aila.test.ts#L382
Unexpected console statement
lint: packages/aila/src/core/Aila.ts#L73
Unsafe assignment of an `any` value
lint: packages/aila/src/core/Aila.ts#L82
Unsafe assignment of an `any` value
lint: packages/aila/src/core/Aila.ts#L231
Unexpected constant condition
lint: packages/aila/src/core/chat/AilaChat.ts#L162
Async method 'systemMessage' has no 'await' expression
lint: 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
lint: 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