Fix: Default project #1541
Annotations
5 errors and 1 warning
TypeScript
Property 'name' does not exist on type '{ project: { name: string; id: number; createdAt: Date; updatedAt: Date; workspaceId: number; deletedAt: Date | null; }; commit: { description: string | null; id: number; createdAt: Date; ... 6 more ...; mergedAt: Date | null; }; }'.
|
TypeScript
Type '{ name: string; id: number; createdAt: Date; updatedAt: Date; workspaceId: number; deletedAt: Date | null; } | { project: { name: string; id: number; createdAt: Date; updatedAt: Date; workspaceId: number; deletedAt: Date | null; }; commit: { ...; }; }' is not assignable to type '{ name: string; id: number; createdAt: Date; updatedAt: Date; workspaceId: number; deletedAt: Date | null; }'.
|
TypeScript
Type '{ project: { name: string; id: number; createdAt: Date; updatedAt: Date; workspaceId: number; deletedAt: Date | null; }; commit: { description: string | null; id: number; createdAt: Date; ... 6 more ...; mergedAt: Date | null; }; }' is missing the following properties from type '{ name: string; id: number; createdAt: Date; updatedAt: Date; workspaceId: number; deletedAt: Date | null; }': name, id, createdAt, updatedAt, and 2 more.
|
TypeScript
@latitude-data/web#tc: command (/home/runner/work/latitude-llm/latitude-llm/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run tc exited (2)
|
TypeScript
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading