Skip to content

feat: add chats

feat: add chats #219

Triggered via pull request April 17, 2024 18:06
@anbratenanbraten
synchronize #49
chats
Status Failure
Total duration 51s
Artifacts

tests.yml

on: pull_request
Typecheck
42s
Typecheck
Check format
30s
Check format
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L21
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L34
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L45
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L53
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.delete.ts#L10
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.delete.ts#L23
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.get.ts#L10
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.get.ts#L23
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/index.post.ts#L15
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/forges/[forge_id]/repos/add.post.ts#L9
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Check format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.