Skip to content

fix: helloworld removed #32

fix: helloworld removed

fix: helloworld removed #32

Triggered via push January 27, 2025 13:13
Status Failure
Total duration 29s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: src/services/account.service.ts#L33
Object literal may only specify known properties, but 'profileImageUrl' does not exist in type 'Account'. Did you mean to write 'profileImages'?
build: src/services/account.service.ts#L63
No overload matches this call.
build: src/services/account.service.ts#L74
Parameter 'err' implicitly has an 'any' type.
build: src/services/account.service.ts#L74
Parameter 'records' implicitly has an 'any' type.
build: src/services/account.service.ts#L144
Object literal may only specify known properties, but 'profileImageUrl' does not exist in type 'Account'. Did you mean to write 'profileImages'?
build: src/views/AccountCreateView.vue#L20
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build: src/views/AccountCreateView.vue#L28
Argument of type 'Partial<Account>' is not assignable to parameter of type 'Account'.
build: src/views/AccountProfileView.vue#L133
Property 'profileImageUrl' does not exist on type '{ id?: string | undefined; email?: string | undefined; password?: string | undefined; name?: string | undefined; about?: string | undefined; gender?: "Männlich" | "Weiblich" | "Divers" | "Keine Angabe" | undefined; birthday?: Date | undefined; profileImages?: string[] | undefined; }'. Did you mean 'profileImages'?
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636