Skip to content

Implemented Todo management. #33

Implemented Todo management.

Implemented Todo management. #33

Triggered via pull request April 22, 2024 23:53
@Utar94Utar94
synchronize #84
todos
Status Failure
Total duration 30s
Artifacts

build.yml

on: pull_request
Build Vue3 Template
21s
Build Vue3 Template
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build Vue3 Template: src/stores/todo.ts#L52
Property 'at' does not exist on type '{ id: string; version: number; createdBy: { id: string; type: ActorType; isDeleted: boolean; displayName: string; emailAddress?: string | undefined; pictureUrl?: string | undefined; }; ... 7 more ...; description?: string | undefined; }[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
Build Vue3 Template: src/stores/todo.ts#L62
Property 'at' does not exist on type '{ id: string; version: number; createdBy: { id: string; type: ActorType; isDeleted: boolean; displayName: string; emailAddress?: string | undefined; pictureUrl?: string | undefined; }; ... 7 more ...; description?: string | undefined; }[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
Build Vue3 Template: src/stores/todo.ts#L72
Property 'at' does not exist on type '{ id: string; version: number; createdBy: { id: string; type: ActorType; isDeleted: boolean; displayName: string; emailAddress?: string | undefined; pictureUrl?: string | undefined; }; ... 7 more ...; description?: string | undefined; }[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
Build Vue3 Template: src/stores/todo.ts#L123
Property 'at' does not exist on type 'SortOption[] & TodoSortOption[]'.
Build Vue3 Template
Process completed with exit code 1.