Skip to content

Update loops.php

Update loops.php #13

Triggered via push September 15, 2025 23:35
Status Failure
Total duration 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors
tests
Process completed with exit code 2.
tests: resources/js/composables/useHashids.ts#L1
'ref' is declared but its value is never read.
tests: resources/js/components/Profile/ProfileListCard.vue#L26
Property 'username' does not exist on type 'object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L23
Property 'name' does not exist on type 'object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L20
Type 'string' is not assignable to type 'number'.
tests: resources/js/components/Profile/ProfileListCard.vue#L20
Property 'avatar' does not exist on type 'object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L11
Object literal may only specify known properties, and 'username' does not exist in type '(props: LooseRequired<Props>) => object'.
tests: resources/js/components/Profile/ProfileListCard.vue#L9
'props' is declared but its value is never read.
tests: resources/js/components/Profile/ProfileListCard.vue#L2
'computed' is declared but its value is never read.